Html Css Color HEX #CCF568 Mindaro

📋 copy color: '#CCF568'

red 204 ◦ green 245 ◦ blue 104

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

Shades of Mindaro #CCF568

Tints of Mindaro #CCF568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.81%

R = 36.89%
G = 44.3%
B = 18.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#CCF568 (or 0xCCF568) is known color: Mindaro. HEX triplet: CC, F5 and 68. RGB value is (204,245,104). Sum of RGB (Red+Green+Blue) = 204+245+104=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 245 (96.09% from 255 or 44.30% from 553); Blue value is 104 (41.02% from 255 or 18.81% from 553); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF568 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF568 is #330A97. Grayscale: #D9D9D9. Windows color (decimal): -3345048 or 6878668. OLE color: 6878668.

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

Color convert

RGB 204 245 104 -
CMYK 0.17 0 0.58 0.04
HSL 77.45º 0.88% 0.68% -
HSV(B) 77.45º 0.58% 0.96% -
XYZ 60.05 79.14 25.21 -
YUV 216.67 64.42 118.96 -
System Red Green Blue C M Y K H S L
Decimal 204 245 104 0.17 0 0.58 0.04 77.45 0.88 0.68
Hex CC F5 68 11 0 3A 4 4D 58 44
Octal 314 365 150 21 0 72 4 115 130 104
Binary 11001100 11110101 1101000 10001 0 111010 100 1001101 1011000 1000100

Color Harmonies of #CCF568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF568

Black with #CCF568

Text Example


Text Example

White with #CCF568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF568; }

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

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

background-color css

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

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

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

border-color css

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

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

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