#CCFB53

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

Shades of Mindaro #CCFB53

Tints of Mindaro #CCFB53

Color information

#CCFB53 (or 0xCCFB53) is unknown color: approx Mindaro. HEX triplet: CC, FB and 53. RGB value is (204,251,83). Sum of RGB (Red+Green+Blue) = 204+251+83=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 83 (32.81% from 255 or 15.43% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFB53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFB53 is #3304AC. Grayscale: #DADADA. Windows color (decimal): -3343533 or 5503948. OLE color: 5503948.

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

Color convert

RGB20425183-
CMYK0.1900.670.02
HSL76.79º95.45%65.49%-
HSV(B)76.79º66.93%98.43%-
XYZ60.9682.4620.89-
YUV217.7951.93118.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.92%
GREEN value IS 251 (98.44% from 255) = 46.65%
BLUE value IS 83 (32.81% from 255) = 15.43%
R=37.92%
G=46.65%
B=15.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal204251830.1900.670.0276.7995.4565.49
HexCCFB531304324d5f41
Octal3143731232301032115137101
Binary11001100111110111010011100110100001110100110110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFB53; }

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

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

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

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

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

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

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

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