Html Css Color HEX #BDF111 Inch Worm

📋 copy color: '#BDF111'

red 189 ◦ green 241 ◦ blue 17

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

Shades of Inch Worm #BDF111

Tints of Inch Worm #BDF111

RGB

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

 GREEN value IS 241 (94.53% from 255) = 53.91%

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

R = 42.28%
G = 53.91%
B = 3.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#BDF111 (or 0xBDF111) is known color: Inch Worm. HEX triplet: BD, F1 and 11. RGB value is (189,241,17). Sum of RGB (Red+Green+Blue) = 189+241+17=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 241 (94.53% from 255 or 53.91% from 447); Blue value is 17 (7.03% from 255 or 3.80% from 447); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF111 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF111 is #420EEE. Grayscale: #C8C8C8. Windows color (decimal): -4329199 or 1175997. OLE color: 1175997.

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

Color convert

RGB 189 241 17 -
CMYK 0.22 0 0.93 0.05
HSL 73.93º 0.89% 0.51% -
HSV(B) 73.93º 0.93% 0.95% -
XYZ 52.54 73.77 12 -
YUV 199.92 24.77 120.21 -
System Red Green Blue C M Y K H S L
Decimal 189 241 17 0.22 0 0.93 0.05 73.93 0.89 0.51
Hex BD F1 11 16 0 5D 5 4A 59 33
Octal 275 361 21 26 0 135 5 112 131 63
Binary 10111101 11110001 10001 10110 0 1011101 101 1001010 1011001 110011

Color Harmonies of #BDF111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF111

Black with #BDF111

Text Example


Text Example

White with #BDF111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF111; }

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

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

background-color css

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

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

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

border-color css

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

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

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