#95C114

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

Shades of Citrus #95C114

Tints of Citrus #95C114

Color information

#95C114 (or 0x95C114) is unknown color: approx Citrus. HEX triplet: 95, C1 and 14. RGB value is (149,193,20). Sum of RGB (Red+Green+Blue) = 149+193+20=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 193 (75.78% from 255 or 53.31% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 193 - color contains mainly: green. Hex color #95C114 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C114 is #6A3EEB. Grayscale: #A0A0A0. Windows color (decimal): -6962924 or 1360277. OLE color: 1360277.

HSL color Cylindrical-coordinate representation of color #95C114: hue angle of 75.26º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95C114 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB14919320-
CMYK0.2300.900.24
HSL75.26º81.22%41.76%-
HSV(B)75.26º89.64%75.69%-
XYZ31.5944.587.6-
YUV160.1248.92120.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 193 (75.78% from 255) = 53.31%
BLUE value IS 20 (8.20% from 255) = 5.52%
R=41.16%
G=53.31%
B=5.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal149193200.2300.900.2475.2681.2241.76
Hex95C1141705A184b512a
Octal225301242701323011312152
Binary10010101110000011010010111010110101100010010111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,193,20); }

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

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

 a { background-color: rgb(149,193,20); }

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

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

 span { border-color: rgb(149,193,20); }

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