Html Css Color HEX #BDF11D Inch Worm

📋 copy color: '#BDF11D'

red 189 ◦ green 241 ◦ blue 29

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

Shades of Inch Worm #BDF11D

Tints of Inch Worm #BDF11D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.32%

R = 41.18%
G = 52.51%
B = 6.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#BDF11D (or 0xBDF11D) is known color: Inch Worm. HEX triplet: BD, F1 and 1D. RGB value is (189,241,29). Sum of RGB (Red+Green+Blue) = 189+241+29=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 241 (94.53% from 255 or 52.51% from 459); Blue value is 29 (11.72% from 255 or 6.32% from 459); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF11D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF11D is #420EE2. Grayscale: #CACACA. Windows color (decimal): -4329187 or 1962429. OLE color: 1962429.

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

Color convert

RGB 189 241 29 -
CMYK 0.22 0 0.88 0.05
HSL 74.72º 0.88% 0.53% -
HSV(B) 74.72º 0.88% 0.95% -
XYZ 52.66 73.82 12.64 -
YUV 201.28 30.77 119.24 -
System Red Green Blue C M Y K H S L
Decimal 189 241 29 0.22 0 0.88 0.05 74.72 0.88 0.53
Hex BD F1 1D 16 0 58 5 4B 58 35
Octal 275 361 35 26 0 130 5 113 130 65
Binary 10111101 11110001 11101 10110 0 1011000 101 1001011 1011000 110101

Color Harmonies of #BDF11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF11D

Black with #BDF11D

Text Example


Text Example

White with #BDF11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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