Html Css Color HEX #CCF469 Mindaro

📋 copy color: '#CCF469'

red 204 ◦ green 244 ◦ blue 105

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

Shades of Mindaro #CCF469

Tints of Mindaro #CCF469

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.12%

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

R = 36.89%
G = 44.12%
B = 18.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#CCF469 (or 0xCCF469) is known color: Mindaro. HEX triplet: CC, F4 and 69. RGB value is (204,244,105). Sum of RGB (Red+Green+Blue) = 204+244+105=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 244 (95.70% from 255 or 44.12% from 553); Blue value is 105 (41.41% from 255 or 18.99% from 553); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF469 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF469 is #330B96. Grayscale: #D8D8D8. Windows color (decimal): -3345303 or 6943948. OLE color: 6943948.

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

Color convert

RGB 204 244 105 -
CMYK 0.16 0 0.57 0.04
HSL 77.27º 0.86% 0.68% -
HSV(B) 77.27º 0.57% 0.96% -
XYZ 59.8 78.56 25.38 -
YUV 216.19 65.25 119.3 -
System Red Green Blue C M Y K H S L
Decimal 204 244 105 0.16 0 0.57 0.04 77.27 0.86 0.68
Hex CC F4 69 10 0 39 4 4D 56 44
Octal 314 364 151 20 0 71 4 115 126 104
Binary 11001100 11110100 1101001 10000 0 111001 100 1001101 1010110 1000100

Color Harmonies of #CCF469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF469

Black with #CCF469

Text Example


Text Example

White with #CCF469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF469; }

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

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

background-color css

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

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

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

border-color css

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

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

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