#CCFE8B

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

Shades of Sulu #CCFE8B

Tints of Sulu #CCFE8B

Color information

#CCFE8B (or 0xCCFE8B) is unknown color: approx Sulu. HEX triplet: CC, FE and 8B. RGB value is (204,254,139). Sum of RGB (Red+Green+Blue) = 204+254+139=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 139 (54.69% from 255 or 23.28% from 597); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFE8B is #330174. Grayscale: #E2E2E2. Windows color (decimal): -3342709 or 9174732. OLE color: 9174732.

HSL color Cylindrical-coordinate representation of color #CCFE8B: hue angle of 86.09º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCFE8B is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB204254139-
CMYK0.2000.450.00
HSL86.09º98.29%77.06%-
HSV(B)86.09º45.28%99.61%-
XYZ6585.5937.52-
YUV225.9478.94112.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.17%
GREEN value IS 254 (99.61% from 255) = 42.55%
BLUE value IS 139 (54.69% from 255) = 23.28%
R=34.17%
G=42.55%
B=23.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042541390.2000.450.0086.0998.2977.06
HexCCFE8B1402D056624d
Octal314376213240550126142115
Binary1100110011111110100010111010001011010101011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFE8B; }

 p { color: rgb(204,254,139); }

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

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

 a { background-color: rgb(204,254,139); }

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

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

 span { border-color: rgb(204,254,139); }

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