#ccf67a

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

Shades of Sulu #CCF67A

Tints of Sulu #CCF67A

Color information

#CCF67A (or 0xCCF67A) is unknown color: approx Sulu. HEX triplet: CC, F6 and 7A. RGB value is (204,246,122). Sum of RGB (Red+Green+Blue) = 204+246+122=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 246 (96.48% from 255 or 43.01% from 572); Blue value is 122 (48.05% from 255 or 21.33% from 572); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF67A is #330985. Grayscale: #DBDBDB. Windows color (decimal): -3344774 or 8058572. OLE color: 8058572.

HSL color Cylindrical-coordinate representation of color #CCF67A: hue angle of 80.32º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCF67A is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB204246122-
CMYK0.1700.500.04
HSL80.32º87.32%72.16%-
HSV(B)80.32º50.41%96.47%-
XYZ61.3780.1530.65-
YUV219.3173.09117.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.66%
GREEN value IS 246 (96.48% from 255) = 43.01%
BLUE value IS 122 (48.05% from 255) = 21.33%
R=35.66%
G=43.01%
B=21.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042461220.1700.500.0480.3287.3272.16
HexCCF67A110324505748
Octal314366172210624120127110
Binary11001100111101101111010100010110010100101000010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccf67a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccf67a; }

 p { color: rgb(204,246,122); }

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

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

 a { background-color: rgb(204,246,122); }

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

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

 span { border-color: rgb(204,246,122); }

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