#CFF575

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

Shades of Sulu #CFF575

Tints of Sulu #CFF575

Color information

#CFF575 (or 0xCFF575) is unknown color: approx Sulu. HEX triplet: CF, F5 and 75. RGB value is (207,245,117). Sum of RGB (Red+Green+Blue) = 207+245+117=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 245 (96.09% from 255 or 43.06% from 569); Blue value is 117 (46.09% from 255 or 20.56% from 569); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF575 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF575 is #300A8A. Grayscale: #DBDBDB. Windows color (decimal): -3148427 or 7730639. OLE color: 7730639.

HSL color Cylindrical-coordinate representation of color #CFF575: hue angle of 77.81º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFF575 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB207245117-
CMYK0.1600.520.04
HSL77.81º86.49%70.98%-
HSV(B)77.81º52.24%96.08%-
XYZ61.679.8529-
YUV219.0570.41119.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.38%
GREEN value IS 245 (96.09% from 255) = 43.06%
BLUE value IS 117 (46.09% from 255) = 20.56%
R=36.38%
G=43.06%
B=20.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072451170.1600.520.0477.8186.4970.98
HexCFF5751003444e5647
Octal317365165200644116126107
Binary11001111111101011110101100000110100100100111010101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF575; }

 p { color: rgb(207,245,117); }

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

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

 a { background-color: rgb(207,245,117); }

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

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

 span { border-color: rgb(207,245,117); }

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