Html Css Color HEX #CCF569 Mindaro

📋 copy color: '#CCF569'

red 204 ◦ green 245 ◦ blue 105

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

Shades of Mindaro #CCF569

Tints of Mindaro #CCF569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.95%

R = 36.82%
G = 44.22%
B = 18.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#CCF569 (or 0xCCF569) is known color: Mindaro. HEX triplet: CC, F5 and 69. RGB value is (204,245,105). Sum of RGB (Red+Green+Blue) = 204+245+105=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 245 (96.09% from 255 or 44.22% from 554); Blue value is 105 (41.41% from 255 or 18.95% from 554); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF569 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF569 is #330A96. Grayscale: #D9D9D9. Windows color (decimal): -3345047 or 6944204. OLE color: 6944204.

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

Color convert

RGB 204 245 105 -
CMYK 0.17 0 0.57 0.04
HSL 77.57º 0.88% 0.69% -
HSV(B) 77.57º 0.57% 0.96% -
XYZ 60.1 79.16 25.48 -
YUV 216.78 64.92 118.88 -
System Red Green Blue C M Y K H S L
Decimal 204 245 105 0.17 0 0.57 0.04 77.57 0.88 0.69
Hex CC F5 69 11 0 39 4 4E 58 45
Octal 314 365 151 21 0 71 4 116 130 105
Binary 11001100 11110101 1101001 10001 0 111001 100 1001110 1011000 1000101

Color Harmonies of #CCF569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF569

Black with #CCF569

Text Example


Text Example

White with #CCF569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF569; }

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

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

background-color css

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

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

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

border-color css

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

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

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