#CCFA82

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

Shades of Sulu #CCFA82

Tints of Sulu #CCFA82

Color information

#CCFA82 (or 0xCCFA82) is unknown color: approx Sulu. HEX triplet: CC, FA and 82. RGB value is (204,250,130). Sum of RGB (Red+Green+Blue) = 204+250+130=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 130 (51.17% from 255 or 22.26% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFA82 is #33057D. Grayscale: #DFDFDF. Windows color (decimal): -3343742 or 8583884. OLE color: 8583884.

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

Color convert

RGB204250130-
CMYK0.1800.480.02
HSL83º92.31%74.51%-
HSV(B)83º48%98.04%-
XYZ63.1282.8233.78-
YUV222.5775.76114.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.93%
GREEN value IS 250 (98.05% from 255) = 42.81%
BLUE value IS 130 (51.17% from 255) = 22.26%
R=34.93%
G=42.81%
B=22.26%

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
Decimal2042501300.1800.480.028392.3174.51
HexCCFA82120302535c4b
Octal314372202220602123134113
Binary11001100111110101000001010010011000010101001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFA82; }

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

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

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

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

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

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

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

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