#CCFA6D

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

Shades of Sulu #CCFA6D

Tints of Sulu #CCFA6D

Color information

#CCFA6D (or 0xCCFA6D) is unknown color: approx Sulu. HEX triplet: CC, FA and 6D. RGB value is (204,250,109). Sum of RGB (Red+Green+Blue) = 204+250+109=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 109 (42.97% from 255 or 19.36% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFA6D is #330592. Grayscale: #DCDCDC. Windows color (decimal): -3343763 or 7207628. OLE color: 7207628.

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

Color convert

RGB204250109-
CMYK0.1800.560.02
HSL79.57º93.38%70.39%-
HSV(B)79.57º56.4%98.04%-
XYZ61.8582.3127.1-
YUV220.1765.26116.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.23%
GREEN value IS 250 (98.05% from 255) = 44.40%
BLUE value IS 109 (42.97% from 255) = 19.36%
R=36.23%
G=44.40%
B=19.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042501090.1800.560.0279.5793.3870.39
HexCCFA6D120382505d46
Octal314372155220702120135106
Binary1100110011111010110110110010011100010101000010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFA6D; }

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

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

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

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

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

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

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

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