#CCFD8A

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

Shades of Sulu #CCFD8A

Tints of Sulu #CCFD8A

Color information

#CCFD8A (or 0xCCFD8A) is unknown color: approx Sulu. HEX triplet: CC, FD and 8A. RGB value is (204,253,138). Sum of RGB (Red+Green+Blue) = 204+253+138=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 138 (54.30% from 255 or 23.19% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFD8A is #330275. Grayscale: #E1E1E1. Windows color (decimal): -3342966 or 9108940. OLE color: 9108940.

HSL color Cylindrical-coordinate representation of color #CCFD8A: hue angle of 85.57º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCFD8A is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB204253138-
CMYK0.1900.450.01
HSL85.57º96.64%76.67%-
HSV(B)85.57º45.45%99.22%-
XYZ64.6184.9237.03-
YUV225.2478.77112.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.29%
GREEN value IS 253 (99.22% from 255) = 42.52%
BLUE value IS 138 (54.30% from 255) = 23.19%
R=34.29%
G=42.52%
B=23.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042531380.1900.450.0185.5796.6476.67
HexCCFD8A1302D156614d
Octal314375212230551126141115
Binary1100110011111101100010101001101011011101011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFD8A; }

 p { color: rgb(204,253,138); }

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

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

 a { background-color: rgb(204,253,138); }

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

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

 span { border-color: rgb(204,253,138); }

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