Html Css Color HEX #CCF766 Mindaro

📋 copy color: '#CCF766'

red 204 ◦ green 247 ◦ blue 102

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

Shades of Mindaro #CCF766

Tints of Mindaro #CCF766

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.67%

 BLUE value IS 102 (40.23% from 255) = 18.44%

R = 36.89%
G = 44.67%
B = 18.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#CCF766 (or 0xCCF766) is known color: Mindaro. HEX triplet: CC, F7 and 66. RGB value is (204,247,102). Sum of RGB (Red+Green+Blue) = 204+247+102=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 247 (96.88% from 255 or 44.67% from 553); Blue value is 102 (40.23% from 255 or 18.44% from 553); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF766 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF766 is #330899. Grayscale: #DADADA. Windows color (decimal): -3344538 or 6748108. OLE color: 6748108.

HSL color Cylindrical-coordinate representation of color #CCF766: hue angle of 77.79º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCF766 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 247 102 -
CMYK 0.17 0 0.59 0.03
HSL 77.79º 0.9% 0.68% -
HSV(B) 77.79º 0.59% 0.97% -
XYZ 60.56 80.32 24.88 -
YUV 217.61 62.75 118.29 -
System Red Green Blue C M Y K H S L
Decimal 204 247 102 0.17 0 0.59 0.03 77.79 0.9 0.68
Hex CC F7 66 11 0 3B 3 4E 5A 44
Octal 314 367 146 21 0 73 3 116 132 104
Binary 11001100 11110111 1100110 10001 0 111011 11 1001110 1011010 1000100

Color Harmonies of #CCF766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF766

Black with #CCF766

Text Example


Text Example

White with #CCF766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF766; }

 p { color: rgb(204,247,102); }

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

background-color css

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

 a { background-color: rgb(204,247,102); }

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

border-color css

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

 span { border-color: rgb(204,247,102); }

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