Html Css Color HEX #CCF866 Mindaro

📋 copy color: '#CCF866'

red 204 ◦ green 248 ◦ blue 102

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

Shades of Mindaro #CCF866

Tints of Mindaro #CCF866

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.77%

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

R = 36.82%
G = 44.77%
B = 18.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#CCF866 (or 0xCCF866) is known color: Mindaro. HEX triplet: CC, F8 and 66. RGB value is (204,248,102). Sum of RGB (Red+Green+Blue) = 204+248+102=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 248 (97.27% from 255 or 44.77% from 554); Blue value is 102 (40.23% from 255 or 18.41% from 554); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF866 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF866 is #330799. Grayscale: #DADADA. Windows color (decimal): -3344282 or 6748364. OLE color: 6748364.

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

Color convert

RGB 204 248 102 -
CMYK 0.18 0 0.59 0.03
HSL 78.08º 0.91% 0.69% -
HSV(B) 78.08º 0.59% 0.97% -
XYZ 60.87 80.93 24.98 -
YUV 218.2 62.42 117.87 -
System Red Green Blue C M Y K H S L
Decimal 204 248 102 0.18 0 0.59 0.03 78.08 0.91 0.69
Hex CC F8 66 12 0 3B 3 4E 5B 45
Octal 314 370 146 22 0 73 3 116 133 105
Binary 11001100 11111000 1100110 10010 0 111011 11 1001110 1011011 1000101

Color Harmonies of #CCF866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF866

Black with #CCF866

Text Example


Text Example

White with #CCF866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF866; }

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

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

background-color css

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

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

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

border-color css

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

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

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