Html Css Color HEX #B5ED02 Inch Worm

📋 copy color: '#B5ED02'

red 181 ◦ green 237 ◦ blue 2

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

Shades of Inch Worm #B5ED02

Tints of Inch Worm #B5ED02

RGB

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

 GREEN value IS 237 (92.97% from 255) = 56.43%

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 43.1%
G = 56.43%
B = 0.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#B5ED02 (or 0xB5ED02) is known color: Inch Worm. HEX triplet: B5, ED and 02. RGB value is (181,237,2). Sum of RGB (Red+Green+Blue) = 181+237+2=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 237 (92.97% from 255 or 56.43% from 420); Blue value is 2 (1.17% from 255 or 0.48% from 420); Max value from RGB is 237 - color contains mainly: green. Hex color #B5ED02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5ED02 is #4A12FD. Grayscale: #C2C2C2. Windows color (decimal): -4854526 or 191925. OLE color: 191925.

HSL color Cylindrical-coordinate representation of color #B5ED02: hue angle of 74.3º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5ED02 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 237 2 -
CMYK 0.24 0 0.99 0.07
HSL 74.3º 0.98% 0.47% -
HSV(B) 74.3º 0.99% 0.93% -
XYZ 49.35 70.4 11.04 -
YUV 193.47 19.95 119.11 -
System Red Green Blue C M Y K H S L
Decimal 181 237 2 0.24 0 0.99 0.07 74.3 0.98 0.47
Hex B5 ED 2 18 0 63 7 4A 62 2F
Octal 265 355 2 30 0 143 7 112 142 57
Binary 10110101 11101101 10 11000 0 1100011 111 1001010 1100010 101111

Color Harmonies of #B5ED02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ED02

Black with #B5ED02

Text Example


Text Example

White with #B5ED02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ED02; }

 p { color: rgb(181,237,2); }

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

background-color css

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

 a { background-color: rgb(181,237,2); }

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

border-color css

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

 span { border-color: rgb(181,237,2); }

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