#CCFB70

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

Shades of Sulu #CCFB70

Tints of Sulu #CCFB70

Color information

#CCFB70 (or 0xCCFB70) is unknown color: approx Sulu. HEX triplet: CC, FB and 70. RGB value is (204,251,112). Sum of RGB (Red+Green+Blue) = 204+251+112=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 112 (44.14% from 255 or 19.75% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFB70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFB70 is #33048F. Grayscale: #DDDDDD. Windows color (decimal): -3343504 or 7404492. OLE color: 7404492.

HSL color Cylindrical-coordinate representation of color #CCFB70: hue angle of 80.29º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCFB70 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB204251112-
CMYK0.1900.550.02
HSL80.29º94.56%71.18%-
HSV(B)80.29º55.38%98.43%-
XYZ62.328328.07-
YUV221.166.43115.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.98%
GREEN value IS 251 (98.44% from 255) = 44.27%
BLUE value IS 112 (44.14% from 255) = 19.75%
R=35.98%
G=44.27%
B=19.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042511120.1900.550.0280.2994.5671.18
HexCCFB70130372505f47
Octal314373160230672120137107
Binary1100110011111011111000010011011011110101000010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFB70; }

 p { color: rgb(204,251,112); }

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

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

 a { background-color: rgb(204,251,112); }

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

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

 span { border-color: rgb(204,251,112); }

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