Html Css Color HEX #BDDF08 Inch Worm

📋 copy color: '#BDDF08'

red 189 ◦ green 223 ◦ blue 8

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

Shades of Inch Worm #BDDF08

Tints of Inch Worm #BDDF08

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.1%

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

R = 45%
G = 53.1%
B = 1.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#BDDF08 (or 0xBDDF08) is known color: Inch Worm. HEX triplet: BD, DF and 08. RGB value is (189,223,8). Sum of RGB (Red+Green+Blue) = 189+223+8=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 8 (3.52% from 255 or 1.90% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDF08 is #4220F7. Grayscale: #BDBDBD. Windows color (decimal): -4333816 or 581565. OLE color: 581565.

HSL color Cylindrical-coordinate representation of color #BDDF08: hue angle of 69.49º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDDF08 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 223 8 -
CMYK 0.15 0 0.96 0.13
HSL 69.49º 0.93% 0.45% -
HSV(B) 69.49º 0.96% 0.87% -
XYZ 47.42 63.61 10.01 -
YUV 188.32 26.24 128.48 -
System Red Green Blue C M Y K H S L
Decimal 189 223 8 0.15 0 0.96 0.13 69.49 0.93 0.45
Hex BD DF 8 F 0 60 D 45 5D 2D
Octal 275 337 10 17 0 140 15 105 135 55
Binary 10111101 11011111 1000 1111 0 1100000 1101 1000101 1011101 101101

Color Harmonies of #BDDF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDF08

Black with #BDDF08

Text Example


Text Example

White with #BDDF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDF08; }

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

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

background-color css

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

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

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

border-color css

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

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

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