Html Css Color HEX #B5DA0C Inch Worm

📋 copy color: '#B5DA0C'

red 181 ◦ green 218 ◦ blue 12

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

Shades of Inch Worm #B5DA0C

Tints of Inch Worm #B5DA0C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.04%

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

R = 44.04%
G = 53.04%
B = 2.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#B5DA0C (or 0xB5DA0C) is known color: Inch Worm. HEX triplet: B5, DA and 0C. RGB value is (181,218,12). Sum of RGB (Red+Green+Blue) = 181+218+12=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 218 (85.55% from 255 or 53.04% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5DA0C is #4A25F3. Grayscale: #B8B8B8. Windows color (decimal): -4859380 or 842421. OLE color: 842421.

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

Color convert

RGB 181 218 12 -
CMYK 0.17 0 0.94 0.15
HSL 70.78º 0.9% 0.45% -
HSV(B) 70.78º 0.94% 0.85% -
XYZ 44.19 59.99 9.6 -
YUV 183.45 31.24 126.25 -
System Red Green Blue C M Y K H S L
Decimal 181 218 12 0.17 0 0.94 0.15 70.78 0.9 0.45
Hex B5 DA C 11 0 5E F 47 5A 2D
Octal 265 332 14 21 0 136 17 107 132 55
Binary 10110101 11011010 1100 10001 0 1011110 1111 1000111 1011010 101101

Color Harmonies of #B5DA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DA0C

Black with #B5DA0C

Text Example


Text Example

White with #B5DA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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