#99D75B

Color #99D75B Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #99D75B

Tints of Conifer #99D75B

Color information

#99D75B (or 0x99D75B) is unknown color: approx Conifer. HEX triplet: 99, D7 and 5B. RGB value is (153,215,91). Sum of RGB (Red+Green+Blue) = 153+215+91=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 215 - color contains mainly: green. Hex color #99D75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D75B is #6628A4. Grayscale: #B6B6B6. Windows color (decimal): -6695077 or 6018969. OLE color: 6018969.

HSL color Cylindrical-coordinate representation of color #99D75B: hue angle of 90º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #99D75B is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB15321591-
CMYK0.2900.580.16
HSL90º60.78%60%-
HSV(B)90º57.67%84.31%-
XYZ39.3356.1318.66-
YUV182.3376.46107.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.33%
GREEN value IS 215 (84.38% from 255) = 46.84%
BLUE value IS 91 (35.94% from 255) = 19.83%
R=33.33%
G=46.84%
B=19.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal153215910.2900.580.169060.7860
Hex99D75B1D03A105a3d3c
Octal23132713335072201327574
Binary10011001110101111011011111010111010100001011010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,215,91); }

 H1.HeaderClassName
 {
   color: #99D75B;
 }
 .AnyTagClassName
 {
   color: #99D75B;
 }
</style>
background-color css

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

 a { background-color: rgb(153,215,91); }

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

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

 span { border-color: rgb(153,215,91); }

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