Html Css Color HEX #BDF016 Inch Worm

📋 copy color: '#BDF016'

red 189 ◦ green 240 ◦ blue 22

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

Shades of Inch Worm #BDF016

Tints of Inch Worm #BDF016

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.22%

 BLUE value IS 22 (8.98% from 255) = 4.88%

R = 41.91%
G = 53.22%
B = 4.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#BDF016 (or 0xBDF016) is known color: Inch Worm. HEX triplet: BD, F0 and 16. RGB value is (189,240,22). Sum of RGB (Red+Green+Blue) = 189+240+22=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 240 (94.14% from 255 or 53.22% from 451); Blue value is 22 (8.98% from 255 or 4.88% from 451); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF016 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF016 is #420FE9. Grayscale: #C8C8C8. Windows color (decimal): -4329450 or 1503421. OLE color: 1503421.

HSL color Cylindrical-coordinate representation of color #BDF016: hue angle of 74.04º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDF016 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 22 -
CMYK 0.21 0 0.91 0.06
HSL 74.04º 0.88% 0.51% -
HSV(B) 74.04º 0.91% 0.94% -
XYZ 52.29 73.2 12.13 -
YUV 199.9 27.6 120.23 -
System Red Green Blue C M Y K H S L
Decimal 189 240 22 0.21 0 0.91 0.06 74.04 0.88 0.51
Hex BD F0 16 15 0 5B 6 4A 58 33
Octal 275 360 26 25 0 133 6 112 130 63
Binary 10111101 11110000 10110 10101 0 1011011 110 1001010 1011000 110011

Color Harmonies of #BDF016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF016

Black with #BDF016

Text Example


Text Example

White with #BDF016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF016; }

 p { color: rgb(189,240,22); }

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

background-color css

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

 a { background-color: rgb(189,240,22); }

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

border-color css

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

 span { border-color: rgb(189,240,22); }

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