#CCF68D

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

Shades of Sulu #CCF68D

Tints of Sulu #CCF68D

Color information

#CCF68D (or 0xCCF68D) is unknown color: approx Sulu. HEX triplet: CC, F6 and 8D. RGB value is (204,246,141). Sum of RGB (Red+Green+Blue) = 204+246+141=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 246 (96.48% from 255 or 41.62% from 591); Blue value is 141 (55.47% from 255 or 23.86% from 591); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF68D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF68D is #330972. Grayscale: #DDDDDD. Windows color (decimal): -3344755 or 9303756. OLE color: 9303756.

HSL color Cylindrical-coordinate representation of color #CCF68D: hue angle of 84º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCF68D is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB204246141-
CMYK0.1700.430.04
HSL84º85.37%75.88%-
HSV(B)84º42.68%96.47%-
XYZ62.6780.6737.47-
YUV221.4782.59115.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 246 (96.48% from 255) = 41.62%
BLUE value IS 141 (55.47% from 255) = 23.86%
R=34.52%
G=41.62%
B=23.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042461410.1700.430.048485.3775.88
HexCCF68D1102B454554c
Octal314366215210534124125114
Binary110011001111011010001101100010101011100101010010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF68D; }

 p { color: rgb(204,246,141); }

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

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

 a { background-color: rgb(204,246,141); }

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

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

 span { border-color: rgb(204,246,141); }

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