Html Css Color HEX #B5F20A Inch Worm

📋 copy color: '#B5F20A'

red 181 ◦ green 242 ◦ blue 10

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

Shades of Inch Worm #B5F20A

Tints of Inch Worm #B5F20A

RGB

 RED value IS 181 (71.09% from 255) = 41.8%

 GREEN value IS 242 (94.92% from 255) = 55.89%

 BLUE value IS 10 (4.3% from 255) = 2.31%

R = 41.8%
G = 55.89%
B = 2.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#B5F20A (or 0xB5F20A) is known color: Inch Worm. HEX triplet: B5, F2 and 0A. RGB value is (181,242,10). Sum of RGB (Red+Green+Blue) = 181+242+10=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 242 (94.92% from 255 or 55.89% from 433); Blue value is 10 (4.30% from 255 or 2.31% from 433); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F20A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5F20A is #4A0DF5. Grayscale: #C6C6C6. Windows color (decimal): -4853238 or 717493. OLE color: 717493.

HSL color Cylindrical-coordinate representation of color #B5F20A: hue angle of 75.78º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5F20A is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 242 10 -
CMYK 0.25 0 0.96 0.05
HSL 75.78º 0.92% 0.49% -
HSV(B) 75.78º 0.96% 0.95% -
XYZ 50.86 73.35 11.76 -
YUV 197.31 22.29 116.36 -
System Red Green Blue C M Y K H S L
Decimal 181 242 10 0.25 0 0.96 0.05 75.78 0.92 0.49
Hex B5 F2 A 19 0 60 5 4C 5C 31
Octal 265 362 12 31 0 140 5 114 134 61
Binary 10110101 11110010 1010 11001 0 1100000 101 1001100 1011100 110001

Color Harmonies of #B5F20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F20A

Black with #B5F20A

Text Example


Text Example

White with #B5F20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F20A; }

 p { color: rgb(181,242,10); }

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

background-color css

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

 a { background-color: rgb(181,242,10); }

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

border-color css

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

 span { border-color: rgb(181,242,10); }

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