Html Css Color HEX #B5D61C Inch Worm

📋 copy color: '#B5D61C'

red 181 ◦ green 214 ◦ blue 28

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

Shades of Inch Worm #B5D61C

Tints of Inch Worm #B5D61C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.59%

 BLUE value IS 28 (11.33% from 255) = 6.62%

R = 42.79%
G = 50.59%
B = 6.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#B5D61C (or 0xB5D61C) is known color: Inch Worm. HEX triplet: B5, D6 and 1C. RGB value is (181,214,28). Sum of RGB (Red+Green+Blue) = 181+214+28=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 214 (83.98% from 255 or 50.59% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D61C is #4A29E3. Grayscale: #B7B7B7. Windows color (decimal): -4860388 or 1889973. OLE color: 1889973.

HSL color Cylindrical-coordinate representation of color #B5D61C: hue angle of 70.65º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5D61C is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 214 28 -
CMYK 0.15 0 0.87 0.16
HSL 70.65º 0.77% 0.47% -
HSV(B) 70.65º 0.87% 0.84% -
XYZ 43.31 58 10.01 -
YUV 182.93 40.57 126.62 -
System Red Green Blue C M Y K H S L
Decimal 181 214 28 0.15 0 0.87 0.16 70.65 0.77 0.47
Hex B5 D6 1C F 0 57 10 47 4D 2F
Octal 265 326 34 17 0 127 20 107 115 57
Binary 10110101 11010110 11100 1111 0 1010111 10000 1000111 1001101 101111

Color Harmonies of #B5D61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D61C

Black with #B5D61C

Text Example


Text Example

White with #B5D61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D61C; }

 p { color: rgb(181,214,28); }

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

background-color css

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

 a { background-color: rgb(181,214,28); }

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

border-color css

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

 span { border-color: rgb(181,214,28); }

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