#C2D68C

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

Shades of Sulu #C2D68C

Tints of Sulu #C2D68C

Color information

#C2D68C (or 0xC2D68C) is unknown color: approx Sulu. HEX triplet: C2, D6 and 8C. RGB value is (194,214,140). Sum of RGB (Red+Green+Blue) = 194+214+140=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D68C is #3D2973. Grayscale: #C7C7C7. Windows color (decimal): -4008308 or 9230018. OLE color: 9230018.

HSL color Cylindrical-coordinate representation of color #C2D68C: hue angle of 76.22º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2D68C is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB194214140-
CMYK0.0900.350.16
HSL76.22º47.44%69.41%-
HSV(B)76.22º34.58%83.92%-
XYZ51.0361.4633.98-
YUV199.5894.37124.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.40%
GREEN value IS 214 (83.98% from 255) = 39.05%
BLUE value IS 140 (55.08% from 255) = 25.55%
R=35.40%
G=39.05%
B=25.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1942141400.0900.350.1676.2247.4469.41
HexC2D68C9023104c2f45
Octal302326214110432011457105
Binary110000101101011010001100100101000111000010011001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D68C; }

 p { color: rgb(194,214,140); }

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

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

 a { background-color: rgb(194,214,140); }

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

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

 span { border-color: rgb(194,214,140); }

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