Html Css Color HEX #CCF966 Mindaro

📋 copy color: '#CCF966'

red 204 ◦ green 249 ◦ blue 102

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

Shades of Mindaro #CCF966

Tints of Mindaro #CCF966

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.86%

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

R = 36.76%
G = 44.86%
B = 18.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#CCF966 (or 0xCCF966) is known color: Mindaro. HEX triplet: CC, F9 and 66. RGB value is (204,249,102). Sum of RGB (Red+Green+Blue) = 204+249+102=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 102 (40.23% from 255 or 18.38% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF966 is #330699. Grayscale: #DBDBDB. Windows color (decimal): -3344026 or 6748620. OLE color: 6748620.

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

Color convert

RGB 204 249 102 -
CMYK 0.18 0 0.59 0.02
HSL 78.37º 0.92% 0.69% -
HSV(B) 78.37º 0.59% 0.98% -
XYZ 61.18 81.55 25.09 -
YUV 218.79 62.09 117.45 -
System Red Green Blue C M Y K H S L
Decimal 204 249 102 0.18 0 0.59 0.02 78.37 0.92 0.69
Hex CC F9 66 12 0 3B 2 4E 5C 45
Octal 314 371 146 22 0 73 2 116 134 105
Binary 11001100 11111001 1100110 10010 0 111011 10 1001110 1011100 1000101

Color Harmonies of #CCF966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF966

Black with #CCF966

Text Example


Text Example

White with #CCF966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF966; }

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

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

background-color css

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

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

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

border-color css

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

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

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