Html Css Color HEX #BDDD04 Inch Worm

📋 copy color: '#BDDD04'

red 189 ◦ green 221 ◦ blue 4

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

Shades of Inch Worm #BDDD04

Tints of Inch Worm #BDDD04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 45.65%
G = 53.38%
B = 0.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#BDDD04 (or 0xBDDD04) is known color: Inch Worm. HEX triplet: BD, DD and 04. RGB value is (189,221,4). Sum of RGB (Red+Green+Blue) = 189+221+4=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 4 (1.95% from 255 or 0.97% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDD04 is #4222FB. Grayscale: #BBBBBB. Windows color (decimal): -4334332 or 318909. OLE color: 318909.

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

Color convert

RGB 189 221 4 -
CMYK 0.14 0 0.98 0.13
HSL 68.85º 0.96% 0.44% -
HSV(B) 68.85º 0.98% 0.87% -
XYZ 46.86 62.54 9.72 -
YUV 186.69 24.9 129.64 -
System Red Green Blue C M Y K H S L
Decimal 189 221 4 0.14 0 0.98 0.13 68.85 0.96 0.44
Hex BD DD 4 E 0 62 D 45 60 2C
Octal 275 335 4 16 0 142 15 105 140 54
Binary 10111101 11011101 100 1110 0 1100010 1101 1000101 1100000 101100

Color Harmonies of #BDDD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDD04

Black with #BDDD04

Text Example


Text Example

White with #BDDD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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