Html Css Color HEX #CCE660 Mindaro

📋 copy color: '#CCE660'

red 204 ◦ green 230 ◦ blue 96

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

Shades of Mindaro #CCE660

Tints of Mindaro #CCE660

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.4%

 BLUE value IS 96 (37.89% from 255) = 18.11%

R = 38.49%
G = 43.4%
B = 18.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#CCE660 (or 0xCCE660) is known color: Mindaro. HEX triplet: CC, E6 and 60. RGB value is (204,230,96). Sum of RGB (Red+Green+Blue) = 204+230+96=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 230 (90.23% from 255 or 43.40% from 530); Blue value is 96 (37.89% from 255 or 18.11% from 530); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE660 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE660 is #33199F. Grayscale: #CFCFCF. Windows color (decimal): -3348896 or 6350540. OLE color: 6350540.

HSL color Cylindrical-coordinate representation of color #CCE660: hue angle of 71.64º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCE660 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 230 96 -
CMYK 0.11 0 0.58 0.10
HSL 71.64º 0.73% 0.64% -
HSV(B) 71.64º 0.58% 0.9% -
XYZ 55.31 70.28 21.72 -
YUV 206.95 65.39 125.9 -
System Red Green Blue C M Y K H S L
Decimal 204 230 96 0.11 0 0.58 0.10 71.64 0.73 0.64
Hex CC E6 60 B 0 3A A 48 49 40
Octal 314 346 140 13 0 72 12 110 111 100
Binary 11001100 11100110 1100000 1011 0 111010 1010 1001000 1001001 1000000

Color Harmonies of #CCE660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE660

Black with #CCE660

Text Example


Text Example

White with #CCE660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE660; }

 p { color: rgb(204,230,96); }

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

background-color css

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

 a { background-color: rgb(204,230,96); }

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

border-color css

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

 span { border-color: rgb(204,230,96); }

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