Html Css Color HEX #BDEB00 Inch Worm

📋 copy color: '#BDEB00'

red 189 ◦ green 235 ◦ blue 0

#BDEB00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #BDEB00

Tints of Inch Worm #BDEB00

RGB

 RED value IS 189 (74.22% from 255) = 44.58%

 GREEN value IS 235 (92.19% from 255) = 55.42%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.58%
G = 55.42%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDEB00 (or 0xBDEB00) is known color: Inch Worm. HEX triplet: BD, EB and 00. RGB value is (189,235,0). Sum of RGB (Red+Green+Blue) = 189+235+0=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 235 (92.19% from 255 or 55.42% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEB00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDEB00 is #4214FF. Grayscale: #C3C3C3. Windows color (decimal): -4330752 or 60349. OLE color: 60349.

HSL color Cylindrical-coordinate representation of color #BDEB00: hue angle of 71.74º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDEB00 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 235 0 -
CMYK 0.20 0 1 0.08
HSL 71.74º 1% 0.46% -
HSV(B) 71.74º 1% 0.92% -
XYZ 50.69 70.24 10.88 -
YUV 194.46 18.26 124.11 -
System Red Green Blue C M Y K H S L
Decimal 189 235 0 0.20 0 1 0.08 71.74 1 0.46
Hex BD EB 0 14 0 64 8 48 64 2E
Octal 275 353 0 24 0 144 10 110 144 56
Binary 10111101 11101011 0 10100 0 1100100 1000 1001000 1100100 101110

Color Harmonies of #BDEB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEB00

Black with #BDEB00

Text Example


Text Example

White with #BDEB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEB00; }

 p { color: rgb(189,235,0); }

 H1.HeaderClassName
 {
   color: #BDEB00;
 }
 .AnyTagClassName
 {
   color: #BDEB00;
 }
</style>

background-color css

<style>
 a { background-color: #BDEB00; }

 a { background-color: rgb(189,235,0); }

 div.DivClassName
 {
   background-color: #BDEB00;
 }
 .BgClassName
 {
   background-color: #BDEB00;
 }
</style>

border-color css

<style>
 span { border-color: #BDEB00; }

 span { border-color: rgb(189,235,0); }

 td.TdClassName
 {
   border-color: #BDEB00;
 }
 .TagClassName
 {
   border-color: #BDEB00;
 }
</style>