#C6F272

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

Shades of Sulu #C6F272

Tints of Sulu #C6F272

Color information

#C6F272 (or 0xC6F272) is unknown color: approx Sulu. HEX triplet: C6, F2 and 72. RGB value is (198,242,114). Sum of RGB (Red+Green+Blue) = 198+242+114=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 114 (44.92% from 255 or 20.58% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F272 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F272 is #390D8D. Grayscale: #D6D6D6. Windows color (decimal): -3739022 or 7533254. OLE color: 7533254.

HSL color Cylindrical-coordinate representation of color #C6F272: hue angle of 80.62º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C6F272 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB198242114-
CMYK0.1800.530.05
HSL80.62º83.12%69.8%-
HSV(B)80.62º52.89%94.9%-
XYZ58.0876.7227.67-
YUV214.2571.42116.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.74%
GREEN value IS 242 (94.92% from 255) = 43.68%
BLUE value IS 114 (44.92% from 255) = 20.58%
R=35.74%
G=43.68%
B=20.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1982421140.1800.530.0580.6283.1269.8
HexC6F272120355515346
Octal306362162220655121123106
Binary11000110111100101110010100100110101101101000110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F272; }

 p { color: rgb(198,242,114); }

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

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

 a { background-color: rgb(198,242,114); }

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

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

 span { border-color: rgb(198,242,114); }

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