Html Css Color HEX #B5D514 Inch Worm

📋 copy color: '#B5D514'

red 181 ◦ green 213 ◦ blue 20

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

Shades of Inch Worm #B5D514

Tints of Inch Worm #B5D514

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.45%

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

R = 43.72%
G = 51.45%
B = 4.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#B5D514 (or 0xB5D514) is known color: Inch Worm. HEX triplet: B5, D5 and 14. RGB value is (181,213,20). Sum of RGB (Red+Green+Blue) = 181+213+20=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 213 (83.59% from 255 or 51.45% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D514 is #4A2AEB. Grayscale: #B6B6B6. Windows color (decimal): -4860652 or 1365429. OLE color: 1365429.

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

Color convert

RGB 181 213 20 -
CMYK 0.15 0 0.91 0.16
HSL 69.95º 0.83% 0.46% -
HSV(B) 69.95º 0.91% 0.84% -
XYZ 42.98 57.46 9.49 -
YUV 181.43 36.9 127.69 -
System Red Green Blue C M Y K H S L
Decimal 181 213 20 0.15 0 0.91 0.16 69.95 0.83 0.46
Hex B5 D5 14 F 0 5B 10 46 53 2E
Octal 265 325 24 17 0 133 20 106 123 56
Binary 10110101 11010101 10100 1111 0 1011011 10000 1000110 1010011 101110

Color Harmonies of #B5D514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D514

Black with #B5D514

Text Example


Text Example

White with #B5D514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D514; }

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

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

background-color css

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

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

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

border-color css

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

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

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