Html Css Color HEX #CCF552 Mindaro

📋 copy color: '#CCF552'

red 204 ◦ green 245 ◦ blue 82

#CCF552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #CCF552

Tints of Mindaro #CCF552

RGB

 RED value IS 204 (80.08% from 255) = 38.42%

 GREEN value IS 245 (96.09% from 255) = 46.14%

 BLUE value IS 82 (32.42% from 255) = 15.44%

R = 38.42%
G = 46.14%
B = 15.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#CCF552 (or 0xCCF552) is known color: Mindaro. HEX triplet: CC, F5 and 52. RGB value is (204,245,82). Sum of RGB (Red+Green+Blue) = 204+245+82=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 82 (32.42% from 255 or 15.44% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF552 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF552 is #330AAD. Grayscale: #D6D6D6. Windows color (decimal): -3345070 or 5436876. OLE color: 5436876.

HSL color Cylindrical-coordinate representation of color #CCF552: hue angle of 75.09º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCF552 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 245 82 -
CMYK 0.17 0 0.67 0.04
HSL 75.09º 0.89% 0.64% -
HSV(B) 75.09º 0.67% 0.96% -
XYZ 59.08 78.75 20.07 -
YUV 214.16 53.42 120.75 -
System Red Green Blue C M Y K H S L
Decimal 204 245 82 0.17 0 0.67 0.04 75.09 0.89 0.64
Hex CC F5 52 11 0 43 4 4B 59 40
Octal 314 365 122 21 0 103 4 113 131 100
Binary 11001100 11110101 1010010 10001 0 1000011 100 1001011 1011001 1000000

Color Harmonies of #CCF552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF552

Black with #CCF552

Text Example


Text Example

White with #CCF552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF552; }

 p { color: rgb(204,245,82); }

 H1.HeaderClassName
 {
   color: #CCF552;
 }
 .AnyTagClassName
 {
   color: #CCF552;
 }
</style>

background-color css

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

 a { background-color: rgb(204,245,82); }

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

border-color css

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

 span { border-color: rgb(204,245,82); }

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