Html Css Color HEX #BDDD18 Inch Worm

📋 copy color: '#BDDD18'

red 189 ◦ green 221 ◦ blue 24

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

Shades of Inch Worm #BDDD18

Tints of Inch Worm #BDDD18

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.92%

 BLUE value IS 24 (9.77% from 255) = 5.53%

R = 43.55%
G = 50.92%
B = 5.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#BDDD18 (or 0xBDDD18) is known color: Inch Worm. HEX triplet: BD, DD and 18. RGB value is (189,221,24). Sum of RGB (Red+Green+Blue) = 189+221+24=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 24 (9.77% from 255 or 5.53% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDD18 is #4222E7. Grayscale: #BDBDBD. Windows color (decimal): -4334312 or 1629629. OLE color: 1629629.

HSL color Cylindrical-coordinate representation of color #BDDD18: hue angle of 69.75º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDDD18 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 221 24 -
CMYK 0.14 0 0.89 0.13
HSL 69.75º 0.8% 0.48% -
HSV(B) 69.75º 0.89% 0.87% -
XYZ 47.01 62.6 10.47 -
YUV 188.97 34.9 128.02 -
System Red Green Blue C M Y K H S L
Decimal 189 221 24 0.14 0 0.89 0.13 69.75 0.8 0.48
Hex BD DD 18 E 0 59 D 46 50 30
Octal 275 335 30 16 0 131 15 106 120 60
Binary 10111101 11011101 11000 1110 0 1011001 1101 1000110 1010000 110000

Color Harmonies of #BDDD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDD18

Black with #BDDD18

Text Example


Text Example

White with #BDDD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDD18; }

 p { color: rgb(189,221,24); }

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

background-color css

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

 a { background-color: rgb(189,221,24); }

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

border-color css

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

 span { border-color: rgb(189,221,24); }

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