Html Css Color HEX #BDF124 Inch Worm

📋 copy color: '#BDF124'

red 189 ◦ green 241 ◦ blue 36

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

Shades of Inch Worm #BDF124

Tints of Inch Worm #BDF124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.73%

R = 40.56%
G = 51.72%
B = 7.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#BDF124 (or 0xBDF124) is known color: Inch Worm. HEX triplet: BD, F1 and 24. RGB value is (189,241,36). Sum of RGB (Red+Green+Blue) = 189+241+36=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 241 (94.53% from 255 or 51.72% from 466); Blue value is 36 (14.45% from 255 or 7.73% from 466); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF124 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF124 is #420EDB. Grayscale: #CACACA. Windows color (decimal): -4329180 or 2421181. OLE color: 2421181.

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

Color convert

RGB 189 241 36 -
CMYK 0.22 0 0.85 0.05
HSL 75.22º 0.88% 0.54% -
HSV(B) 75.22º 0.85% 0.95% -
XYZ 52.76 73.86 13.14 -
YUV 202.08 34.27 118.67 -
System Red Green Blue C M Y K H S L
Decimal 189 241 36 0.22 0 0.85 0.05 75.22 0.88 0.54
Hex BD F1 24 16 0 55 5 4B 58 36
Octal 275 361 44 26 0 125 5 113 130 66
Binary 10111101 11110001 100100 10110 0 1010101 101 1001011 1011000 110110

Color Harmonies of #BDF124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF124

Black with #BDF124

Text Example


Text Example

White with #BDF124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF124; }

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

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

background-color css

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

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

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

border-color css

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

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

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