#CCFA71

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

Shades of Sulu #CCFA71

Tints of Sulu #CCFA71

Color information

#CCFA71 (or 0xCCFA71) is unknown color: approx Sulu. HEX triplet: CC, FA and 71. RGB value is (204,250,113). Sum of RGB (Red+Green+Blue) = 204+250+113=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 113 (44.53% from 255 or 19.93% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFA71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFA71 is #33058E. Grayscale: #DDDDDD. Windows color (decimal): -3343759 or 7469772. OLE color: 7469772.

HSL color Cylindrical-coordinate representation of color #CCFA71: hue angle of 80.15º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCFA71 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB204250113-
CMYK0.1800.550.02
HSL80.15º93.2%71.18%-
HSV(B)80.15º54.8%98.04%-
XYZ62.0782.428.26-
YUV220.6367.26116.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.98%
GREEN value IS 250 (98.05% from 255) = 44.09%
BLUE value IS 113 (44.53% from 255) = 19.93%
R=35.98%
G=44.09%
B=19.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042501130.1800.550.0280.1593.271.18
HexCCFA71120372505d47
Octal314372161220672120135107
Binary1100110011111010111000110010011011110101000010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFA71; }

 p { color: rgb(204,250,113); }

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

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

 a { background-color: rgb(204,250,113); }

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

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

 span { border-color: rgb(204,250,113); }

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