#C2F068

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

Shades of Sulu #C2F068

Tints of Sulu #C2F068

Color information

#C2F068 (or 0xC2F068) is unknown color: approx Sulu. HEX triplet: C2, F0 and 68. RGB value is (194,240,104). Sum of RGB (Red+Green+Blue) = 194+240+104=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 104 (41.02% from 255 or 19.33% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F068 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F068 is #3D0F97. Grayscale: #D3D3D3. Windows color (decimal): -4001688 or 6877378. OLE color: 6877378.

HSL color Cylindrical-coordinate representation of color #C2F068: hue angle of 80.29º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2F068 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB194240104-
CMYK0.1900.570.06
HSL80.29º81.93%67.45%-
HSV(B)80.29º56.67%94.12%-
XYZ55.9174.7924.59-
YUV210.7467.76116.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.06%
GREEN value IS 240 (94.14% from 255) = 44.61%
BLUE value IS 104 (41.02% from 255) = 19.33%
R=36.06%
G=44.61%
B=19.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1942401040.1900.570.0680.2981.9367.45
HexC2F068130396505243
Octal302360150230716120122103
Binary11000010111100001101000100110111001110101000010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F068; }

 p { color: rgb(194,240,104); }

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

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

 a { background-color: rgb(194,240,104); }

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

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

 span { border-color: rgb(194,240,104); }

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