Html Css Color HEX #B5DF14 Inch Worm

📋 copy color: '#B5DF14'

red 181 ◦ green 223 ◦ blue 20

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

Shades of Inch Worm #B5DF14

Tints of Inch Worm #B5DF14

RGB

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

 GREEN value IS 223 (87.5% from 255) = 52.59%

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

R = 42.69%
G = 52.59%
B = 4.72%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#B5DF14 (or 0xB5DF14) is known color: Inch Worm. HEX triplet: B5, DF and 14. RGB value is (181,223,20). Sum of RGB (Red+Green+Blue) = 181+223+20=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 223 (87.5% from 255 or 52.59% from 424); Blue value is 20 (8.20% from 255 or 4.72% from 424); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5DF14 is #4A20EB. Grayscale: #BCBCBC. Windows color (decimal): -4858092 or 1367989. OLE color: 1367989.

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

Color convert

RGB 181 223 20 -
CMYK 0.19 0 0.91 0.13
HSL 72.41º 0.84% 0.48% -
HSV(B) 72.41º 0.91% 0.87% -
XYZ 45.57 62.65 10.35 -
YUV 187.3 33.59 123.51 -
System Red Green Blue C M Y K H S L
Decimal 181 223 20 0.19 0 0.91 0.13 72.41 0.84 0.48
Hex B5 DF 14 13 0 5B D 48 54 30
Octal 265 337 24 23 0 133 15 110 124 60
Binary 10110101 11011111 10100 10011 0 1011011 1101 1001000 1010100 110000

Color Harmonies of #B5DF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DF14

Black with #B5DF14

Text Example


Text Example

White with #B5DF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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