#CCFF7C

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

Shades of Sulu #CCFF7C

Tints of Sulu #CCFF7C

Color information

#CCFF7C (or 0xCCFF7C) is unknown color: approx Sulu. HEX triplet: CC, FF and 7C. RGB value is (204,255,124). Sum of RGB (Red+Green+Blue) = 204+255+124=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 124 (48.83% from 255 or 21.27% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF7C is #330083. Grayscale: #E1E1E1. Windows color (decimal): -3342468 or 8191948. OLE color: 8191948.

HSL color Cylindrical-coordinate representation of color #CCFF7C: hue angle of 83.36º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCFF7C is Cyan = 0.2, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB204255124-
CMYK0.200.510
HSL83.36º100%74.31%-
HSV(B)83.36º51.37%100%-
XYZ64.385.8132.24-
YUV224.8271.1113.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.99%
GREEN value IS 255 (100% from 255) = 43.74%
BLUE value IS 124 (48.83% from 255) = 21.27%
R=34.99%
G=43.74%
B=21.27%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551240.200.51083.3610074.31
HexCCFF7C14033053644a
Octal314377174240630123144112
Binary110011001111111111111001010001100110101001111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFF7C; }

 p { color: rgb(204,255,124); }

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

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

 a { background-color: rgb(204,255,124); }

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

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

 span { border-color: rgb(204,255,124); }

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