Html Css Color HEX #99D463 Olivine

📋 copy color: '#99D463'

red 153 ◦ green 212 ◦ blue 99

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

Shades of Olivine #99D463

Tints of Olivine #99D463

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.69%

 BLUE value IS 99 (39.06% from 255) = 21.34%

R = 32.97%
G = 45.69%
B = 21.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#99D463 (or 0x99D463) is known color: Olivine. HEX triplet: 99, D4 and 63. RGB value is (153,212,99). Sum of RGB (Red+Green+Blue) = 153+212+99=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #99D463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D463 is #662B9C. Grayscale: #B5B5B5. Windows color (decimal): -6695837 or 6542489. OLE color: 6542489.

HSL color Cylindrical-coordinate representation of color #99D463: hue angle of 91.33º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99D463 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 153 212 99 -
CMYK 0.28 0 0.53 0.17
HSL 91.33º 0.57% 0.61% -
HSV(B) 91.33º 0.53% 0.83% -
XYZ 38.93 54.76 20.32 -
YUV 181.48 81.45 107.69 -
System Red Green Blue C M Y K H S L
Decimal 153 212 99 0.28 0 0.53 0.17 91.33 0.57 0.61
Hex 99 D4 63 1C 0 35 11 5B 39 3D
Octal 231 324 143 34 0 65 21 133 71 75
Binary 10011001 11010100 1100011 11100 0 110101 10001 1011011 111001 111101

Color Harmonies of #99D463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D463

Black with #99D463

Text Example


Text Example

White with #99D463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,212,99); }

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

background-color css

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

 a { background-color: rgb(153,212,99); }

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

border-color css

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

 span { border-color: rgb(153,212,99); }

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