#C2E965

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

Shades of Sulu #C2E965

Tints of Sulu #C2E965

Color information

#C2E965 (or 0xC2E965) is unknown color: approx Sulu. HEX triplet: C2, E9 and 65. RGB value is (194,233,101). Sum of RGB (Red+Green+Blue) = 194+233+101=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 233 (91.41% from 255 or 44.13% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E965 is #3D169A. Grayscale: #CECECE. Windows color (decimal): -4003483 or 6678978. OLE color: 6678978.

HSL color Cylindrical-coordinate representation of color #C2E965: hue angle of 77.73º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2E965 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB194233101-
CMYK0.1700.570.09
HSL77.73º75%65.49%-
HSV(B)77.73º56.65%91.37%-
XYZ53.7470.6923.12-
YUV206.2968.58119.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.74%
GREEN value IS 233 (91.41% from 255) = 44.13%
BLUE value IS 101 (39.84% from 255) = 19.13%
R=36.74%
G=44.13%
B=19.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1942331010.1700.570.0977.737565.49
HexC2E9651103994e4b41
Octal3023511452107111116113101
Binary110000101110100111001011000101110011001100111010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E965; }

 p { color: rgb(194,233,101); }

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

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

 a { background-color: rgb(194,233,101); }

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

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

 span { border-color: rgb(194,233,101); }

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