Html Css Color HEX #B5DD14 Inch Worm

📋 copy color: '#B5DD14'

red 181 ◦ green 221 ◦ blue 20

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

Shades of Inch Worm #B5DD14

Tints of Inch Worm #B5DD14

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.37%

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

R = 42.89%
G = 52.37%
B = 4.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#B5DD14 (or 0xB5DD14) is known color: Inch Worm. HEX triplet: B5, DD and 14. RGB value is (181,221,20). Sum of RGB (Red+Green+Blue) = 181+221+20=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5DD14 is #4A22EB. Grayscale: #BABABA. Windows color (decimal): -4858604 or 1367477. OLE color: 1367477.

HSL color Cylindrical-coordinate representation of color #B5DD14: hue angle of 71.94º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5DD14 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 221 20 -
CMYK 0.18 0 0.91 0.13
HSL 71.94º 0.83% 0.47% -
HSV(B) 71.94º 0.91% 0.87% -
XYZ 45.04 61.59 10.18 -
YUV 186.13 34.25 124.34 -
System Red Green Blue C M Y K H S L
Decimal 181 221 20 0.18 0 0.91 0.13 71.94 0.83 0.47
Hex B5 DD 14 12 0 5B D 48 53 2F
Octal 265 335 24 22 0 133 15 110 123 57
Binary 10110101 11011101 10100 10010 0 1011011 1101 1001000 1010011 101111

Color Harmonies of #B5DD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DD14

Black with #B5DD14

Text Example


Text Example

White with #B5DD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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