#95C60F

Color #95C60F Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #95C60F

Tints of Citrus #95C60F

Color information

#95C60F (or 0x95C60F) is unknown color: approx Citrus. HEX triplet: 95, C6 and 0F. RGB value is (149,198,15). Sum of RGB (Red+Green+Blue) = 149+198+15=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 198 (77.73% from 255 or 54.70% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 198 - color contains mainly: green. Hex color #95C60F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C60F is #6A39F0. Grayscale: #A3A3A3. Windows color (decimal): -6961649 or 1033877. OLE color: 1033877.

HSL color Cylindrical-coordinate representation of color #95C60F: hue angle of 76.07º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95C60F is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB14919815-
CMYK0.2500.920.22
HSL76.07º85.92%41.76%-
HSV(B)76.07º92.42%77.65%-
XYZ32.6746.817.77-
YUV162.4944.77118.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 198 (77.73% from 255) = 54.70%
BLUE value IS 15 (6.25% from 255) = 4.14%
R=41.16%
G=54.70%
B=4.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal149198150.2500.920.2276.0785.9241.76
Hex95C6F1905C164c562a
Octal225306173101342611412652
Binary1001010111000110111111001010111001011010011001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95C60F; }

 p { color: rgb(149,198,15); }

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

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

 a { background-color: rgb(149,198,15); }

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

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

 span { border-color: rgb(149,198,15); }

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