Html Css Color HEX #99D505 Inch Worm

📋 copy color: '#99D505'

red 153 ◦ green 213 ◦ blue 5

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

Shades of Inch Worm #99D505

Tints of Inch Worm #99D505

RGB

 RED value IS 153 (60.16% from 255) = 41.24%

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

 BLUE value IS 5 (2.34% from 255) = 1.35%

R = 41.24%
G = 57.41%
B = 1.35%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#99D505 (or 0x99D505) is known color: Inch Worm. HEX triplet: 99, D5 and 05. RGB value is (153,213,5). Sum of RGB (Red+Green+Blue) = 153+213+5=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 5 (2.34% from 255 or 1.35% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #99D505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D505 is #662AFA. Grayscale: #ACACAC. Windows color (decimal): -6695675 or 382361. OLE color: 382361.

HSL color Cylindrical-coordinate representation of color #99D505: hue angle of 77.31º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99D505 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 213 5 -
CMYK 0.28 0 0.98 0.16
HSL 77.31º 0.95% 0.43% -
HSV(B) 77.31º 0.98% 0.84% -
XYZ 36.96 54.37 8.69 -
YUV 171.35 34.12 114.91 -
System Red Green Blue C M Y K H S L
Decimal 153 213 5 0.28 0 0.98 0.16 77.31 0.95 0.43
Hex 99 D5 5 1C 0 62 10 4D 5F 2B
Octal 231 325 5 34 0 142 20 115 137 53
Binary 10011001 11010101 101 11100 0 1100010 10000 1001101 1011111 101011

Color Harmonies of #99D505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D505

Black with #99D505

Text Example


Text Example

White with #99D505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99D505; }

 p { color: rgb(153,213,5); }

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

background-color css

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

 a { background-color: rgb(153,213,5); }

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

border-color css

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

 span { border-color: rgb(153,213,5); }

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