Html Css Color HEX #BDF011 Inch Worm

📋 copy color: '#BDF011'

red 189 ◦ green 240 ◦ blue 17

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

Shades of Inch Worm #BDF011

Tints of Inch Worm #BDF011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.81%

R = 42.38%
G = 53.81%
B = 3.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#BDF011 (or 0xBDF011) is known color: Inch Worm. HEX triplet: BD, F0 and 11. RGB value is (189,240,17). Sum of RGB (Red+Green+Blue) = 189+240+17=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 240 (94.14% from 255 or 53.81% from 446); Blue value is 17 (7.03% from 255 or 3.81% from 446); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF011 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF011 is #420FEE. Grayscale: #C8C8C8. Windows color (decimal): -4329455 or 1175741. OLE color: 1175741.

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

Color convert

RGB 189 240 17 -
CMYK 0.21 0 0.93 0.06
HSL 73.72º 0.88% 0.5% -
HSV(B) 73.72º 0.93% 0.94% -
XYZ 52.25 73.18 11.9 -
YUV 199.33 25.1 120.63 -
System Red Green Blue C M Y K H S L
Decimal 189 240 17 0.21 0 0.93 0.06 73.72 0.88 0.5
Hex BD F0 11 15 0 5D 6 4A 58 32
Octal 275 360 21 25 0 135 6 112 130 62
Binary 10111101 11110000 10001 10101 0 1011101 110 1001010 1011000 110010

Color Harmonies of #BDF011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF011

Black with #BDF011

Text Example


Text Example

White with #BDF011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF011; }

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

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

background-color css

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

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

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

border-color css

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

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

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