#CFF774

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

Shades of Sulu #CFF774

Tints of Sulu #CFF774

Color information

#CFF774 (or 0xCFF774) is unknown color: approx Sulu. HEX triplet: CF, F7 and 74. RGB value is (207,247,116). Sum of RGB (Red+Green+Blue) = 207+247+116=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 247 (96.88% from 255 or 43.33% from 570); Blue value is 116 (45.70% from 255 or 20.35% from 570); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF774 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF774 is #30088B. Grayscale: #DCDCDC. Windows color (decimal): -3147916 or 7665615. OLE color: 7665615.

HSL color Cylindrical-coordinate representation of color #CFF774: hue angle of 78.32º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFF774 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB207247116-
CMYK0.1600.530.03
HSL78.32º89.12%71.18%-
HSV(B)78.32º53.04%96.86%-
XYZ62.1581.0528.89-
YUV220.1169.25118.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.32%
GREEN value IS 247 (96.88% from 255) = 43.33%
BLUE value IS 116 (45.70% from 255) = 20.35%
R=36.32%
G=43.33%
B=20.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2072471160.1600.530.0378.3289.1271.18
HexCFF7741003534e5947
Octal317367164200653116131107
Binary1100111111110111111010010000011010111100111010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF774; }

 p { color: rgb(207,247,116); }

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

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

 a { background-color: rgb(207,247,116); }

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

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

 span { border-color: rgb(207,247,116); }

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