Html Css Color HEX #BDE420 Inch Worm

📋 copy color: '#BDE420'

red 189 ◦ green 228 ◦ blue 32

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

Shades of Inch Worm #BDE420

Tints of Inch Worm #BDE420

RGB

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

 GREEN value IS 228 (89.45% from 255) = 50.78%

 BLUE value IS 32 (12.89% from 255) = 7.13%

R = 42.09%
G = 50.78%
B = 7.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#BDE420 (or 0xBDE420) is known color: Inch Worm. HEX triplet: BD, E4 and 20. RGB value is (189,228,32). Sum of RGB (Red+Green+Blue) = 189+228+32=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 228 (89.45% from 255 or 50.78% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE420 is #421BDF. Grayscale: #C2C2C2. Windows color (decimal): -4332512 or 2155709. OLE color: 2155709.

HSL color Cylindrical-coordinate representation of color #BDE420: hue angle of 71.94º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDE420 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 228 32 -
CMYK 0.17 0 0.86 0.11
HSL 71.94º 0.78% 0.51% -
HSV(B) 71.94º 0.86% 0.89% -
XYZ 48.99 66.41 11.6 -
YUV 194 36.58 124.44 -
System Red Green Blue C M Y K H S L
Decimal 189 228 32 0.17 0 0.86 0.11 71.94 0.78 0.51
Hex BD E4 20 11 0 56 B 48 4E 33
Octal 275 344 40 21 0 126 13 110 116 63
Binary 10111101 11100100 100000 10001 0 1010110 1011 1001000 1001110 110011

Color Harmonies of #BDE420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE420

Black with #BDE420

Text Example


Text Example

White with #BDE420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE420; }

 p { color: rgb(189,228,32); }

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

background-color css

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

 a { background-color: rgb(189,228,32); }

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

border-color css

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

 span { border-color: rgb(189,228,32); }

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