Html Css Color HEX #BDF220 Inch Worm

📋 copy color: '#BDF220'

red 189 ◦ green 242 ◦ blue 32

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

Shades of Inch Worm #BDF220

Tints of Inch Worm #BDF220

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.27%

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

R = 40.82%
G = 52.27%
B = 6.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#BDF220 (or 0xBDF220) is known color: Inch Worm. HEX triplet: BD, F2 and 20. RGB value is (189,242,32). Sum of RGB (Red+Green+Blue) = 189+242+32=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 242 (94.92% from 255 or 52.27% from 463); Blue value is 32 (12.89% from 255 or 6.91% from 463); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF220 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF220 is #420DDF. Grayscale: #CBCBCB. Windows color (decimal): -4328928 or 2159293. OLE color: 2159293.

HSL color Cylindrical-coordinate representation of color #BDF220: hue angle of 75.14º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDF220 is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 32 -
CMYK 0.22 0 0.87 0.05
HSL 75.14º 0.89% 0.54% -
HSV(B) 75.14º 0.87% 0.95% -
XYZ 53 74.43 12.94 -
YUV 202.21 31.94 118.58 -
System Red Green Blue C M Y K H S L
Decimal 189 242 32 0.22 0 0.87 0.05 75.14 0.89 0.54
Hex BD F2 20 16 0 57 5 4B 59 36
Octal 275 362 40 26 0 127 5 113 131 66
Binary 10111101 11110010 100000 10110 0 1010111 101 1001011 1011001 110110

Color Harmonies of #BDF220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF220

Black with #BDF220

Text Example


Text Example

White with #BDF220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF220; }

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

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

background-color css

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

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

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

border-color css

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

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

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