Html Css Color HEX #BDF11F Inch Worm

📋 copy color: '#BDF11F'

red 189 ◦ green 241 ◦ blue 31

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

Shades of Inch Worm #BDF11F

Tints of Inch Worm #BDF11F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.72%

R = 41%
G = 52.28%
B = 6.72%

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

#BDF11F (or 0xBDF11F) is known color: Inch Worm. HEX triplet: BD, F1 and 1F. RGB value is (189,241,31). Sum of RGB (Red+Green+Blue) = 189+241+31=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 241 (94.53% from 255 or 52.28% from 461); Blue value is 31 (12.5% from 255 or 6.72% from 461); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF11F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF11F is #420EE0. Grayscale: #CACACA. Windows color (decimal): -4329185 or 2093501. OLE color: 2093501.

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

Color convert

RGB 189 241 31 -
CMYK 0.22 0 0.87 0.05
HSL 74.86º 0.88% 0.53% -
HSV(B) 74.86º 0.87% 0.95% -
XYZ 52.69 73.83 12.77 -
YUV 201.51 31.77 119.08 -
System Red Green Blue C M Y K H S L
Decimal 189 241 31 0.22 0 0.87 0.05 74.86 0.88 0.53
Hex BD F1 1F 16 0 57 5 4B 58 35
Octal 275 361 37 26 0 127 5 113 130 65
Binary 10111101 11110001 11111 10110 0 1010111 101 1001011 1011000 110101

Color Harmonies of #BDF11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF11F

Black with #BDF11F

Text Example


Text Example

White with #BDF11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF11F; }

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

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

background-color css

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

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

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

border-color css

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

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

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