Html Css Color HEX #BDF008 Inch Worm

📋 copy color: '#BDF008'

red 189 ◦ green 240 ◦ blue 8

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

Shades of Inch Worm #BDF008

Tints of Inch Worm #BDF008

RGB

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

 GREEN value IS 240 (94.14% from 255) = 54.92%

 BLUE value IS 8 (3.52% from 255) = 1.83%

R = 43.25%
G = 54.92%
B = 1.83%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#BDF008 (or 0xBDF008) is known color: Inch Worm. HEX triplet: BD, F0 and 08. RGB value is (189,240,8). Sum of RGB (Red+Green+Blue) = 189+240+8=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 240 (94.14% from 255 or 54.92% from 437); Blue value is 8 (3.52% from 255 or 1.83% from 437); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF008 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF008 is #420FF7. Grayscale: #C7C7C7. Windows color (decimal): -4329464 or 585917. OLE color: 585917.

HSL color Cylindrical-coordinate representation of color #BDF008: hue angle of 73.19º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDF008 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 8 -
CMYK 0.21 0 0.97 0.06
HSL 73.19º 0.94% 0.49% -
HSV(B) 73.19º 0.97% 0.94% -
XYZ 52.19 73.16 11.6 -
YUV 198.3 20.6 121.36 -
System Red Green Blue C M Y K H S L
Decimal 189 240 8 0.21 0 0.97 0.06 73.19 0.94 0.49
Hex BD F0 8 15 0 61 6 49 5E 31
Octal 275 360 10 25 0 141 6 111 136 61
Binary 10111101 11110000 1000 10101 0 1100001 110 1001001 1011110 110001

Color Harmonies of #BDF008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF008

Black with #BDF008

Text Example


Text Example

White with #BDF008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF008; }

 p { color: rgb(189,240,8); }

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

background-color css

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

 a { background-color: rgb(189,240,8); }

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

border-color css

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

 span { border-color: rgb(189,240,8); }

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