Html Css Color HEX #B5F814 Inch Worm

📋 copy color: '#B5F814'

red 181 ◦ green 248 ◦ blue 20

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

Shades of Inch Worm #B5F814

Tints of Inch Worm #B5F814

RGB

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

 GREEN value IS 248 (97.27% from 255) = 55.23%

 BLUE value IS 20 (8.2% from 255) = 4.45%

R = 40.31%
G = 55.23%
B = 4.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#B5F814 (or 0xB5F814) is known color: Inch Worm. HEX triplet: B5, F8 and 14. RGB value is (181,248,20). Sum of RGB (Red+Green+Blue) = 181+248+20=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 248 (97.27% from 255 or 55.23% from 449); Blue value is 20 (8.20% from 255 or 4.45% from 449); Max value from RGB is 248 - color contains mainly: green. Hex color #B5F814 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5F814 is #4A07EB. Grayscale: #CACACA. Windows color (decimal): -4851692 or 1374389. OLE color: 1374389.

HSL color Cylindrical-coordinate representation of color #B5F814: hue angle of 77.63º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5F814 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 181 248 20 -
CMYK 0.27 0 0.92 0.03
HSL 77.63º 0.94% 0.53% -
HSV(B) 77.63º 0.92% 0.97% -
XYZ 52.75 77.01 12.75 -
YUV 201.98 25.3 113.04 -
System Red Green Blue C M Y K H S L
Decimal 181 248 20 0.27 0 0.92 0.03 77.63 0.94 0.53
Hex B5 F8 14 1B 0 5C 3 4E 5E 35
Octal 265 370 24 33 0 134 3 116 136 65
Binary 10110101 11111000 10100 11011 0 1011100 11 1001110 1011110 110101

Color Harmonies of #B5F814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F814

Black with #B5F814

Text Example


Text Example

White with #B5F814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F814; }

 p { color: rgb(181,248,20); }

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

background-color css

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

 a { background-color: rgb(181,248,20); }

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

border-color css

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

 span { border-color: rgb(181,248,20); }

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