#CCF982

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

Shades of Sulu #CCF982

Tints of Sulu #CCF982

Color information

#CCF982 (or 0xCCF982) is unknown color: approx Sulu. HEX triplet: CC, F9 and 82. RGB value is (204,249,130). Sum of RGB (Red+Green+Blue) = 204+249+130=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 130 (51.17% from 255 or 22.30% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF982 is #33067D. Grayscale: #DEDEDE. Windows color (decimal): -3343998 or 8583628. OLE color: 8583628.

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

Color convert

RGB204249130-
CMYK0.1800.480.02
HSL82.69º90.84%74.31%-
HSV(B)82.69º47.79%97.65%-
XYZ62.8182.233.68-
YUV221.9876.09115.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.99%
GREEN value IS 249 (97.66% from 255) = 42.71%
BLUE value IS 130 (51.17% from 255) = 22.30%
R=34.99%
G=42.71%
B=22.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042491300.1800.480.0282.6990.8474.31
HexCCF982120302535b4a
Octal314371202220602123133112
Binary11001100111110011000001010010011000010101001110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF982; }

 p { color: rgb(204,249,130); }

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

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

 a { background-color: rgb(204,249,130); }

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

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

 span { border-color: rgb(204,249,130); }

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