Html Css Color HEX #B5D40C Inch Worm

📋 copy color: '#B5D40C'

red 181 ◦ green 212 ◦ blue 12

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

Shades of Inch Worm #B5D40C

Tints of Inch Worm #B5D40C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 52.35%

 BLUE value IS 12 (5.08% from 255) = 2.96%

R = 44.69%
G = 52.35%
B = 2.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#B5D40C (or 0xB5D40C) is known color: Inch Worm. HEX triplet: B5, D4 and 0C. RGB value is (181,212,12). Sum of RGB (Red+Green+Blue) = 181+212+12=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 212 (83.20% from 255 or 52.35% from 405); Blue value is 12 (5.08% from 255 or 2.96% from 405); Max value from RGB is 212 - color contains mainly: green. Hex color #B5D40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D40C is #4A2BF3. Grayscale: #B4B4B4. Windows color (decimal): -4860916 or 840885. OLE color: 840885.

HSL color Cylindrical-coordinate representation of color #B5D40C: hue angle of 69.3º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5D40C is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 181 212 12 -
CMYK 0.15 0 0.94 0.17
HSL 69.3º 0.89% 0.44% -
HSV(B) 69.3º 0.94% 0.83% -
XYZ 42.67 56.94 9.09 -
YUV 179.93 33.23 128.76 -
System Red Green Blue C M Y K H S L
Decimal 181 212 12 0.15 0 0.94 0.17 69.3 0.89 0.44
Hex B5 D4 C F 0 5E 11 45 59 2C
Octal 265 324 14 17 0 136 21 105 131 54
Binary 10110101 11010100 1100 1111 0 1011110 10001 1000101 1011001 101100

Color Harmonies of #B5D40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D40C

Black with #B5D40C

Text Example


Text Example

White with #B5D40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D40C; }

 p { color: rgb(181,212,12); }

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

background-color css

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

 a { background-color: rgb(181,212,12); }

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

border-color css

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

 span { border-color: rgb(181,212,12); }

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