Html Css Color HEX #CCE960 Mindaro

📋 copy color: '#CCE960'

red 204 ◦ green 233 ◦ blue 96

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

Shades of Mindaro #CCE960

Tints of Mindaro #CCE960

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.71%

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

R = 38.27%
G = 43.71%
B = 18.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#CCE960 (or 0xCCE960) is known color: Mindaro. HEX triplet: CC, E9 and 60. RGB value is (204,233,96). Sum of RGB (Red+Green+Blue) = 204+233+96=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 233 (91.41% from 255 or 43.71% from 533); Blue value is 96 (37.89% from 255 or 18.01% from 533); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE960 is #33169F. Grayscale: #D1D1D1. Windows color (decimal): -3348128 or 6351308. OLE color: 6351308.

HSL color Cylindrical-coordinate representation of color #CCE960: hue angle of 72.7º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCE960 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 233 96 -
CMYK 0.12 0 0.59 0.09
HSL 72.7º 0.76% 0.65% -
HSV(B) 72.7º 0.59% 0.91% -
XYZ 56.15 71.96 22 -
YUV 208.71 64.39 124.64 -
System Red Green Blue C M Y K H S L
Decimal 204 233 96 0.12 0 0.59 0.09 72.7 0.76 0.65
Hex CC E9 60 C 0 3B 9 49 4C 41
Octal 314 351 140 14 0 73 11 111 114 101
Binary 11001100 11101001 1100000 1100 0 111011 1001 1001001 1001100 1000001

Color Harmonies of #CCE960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE960

Black with #CCE960

Text Example


Text Example

White with #CCE960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE960; }

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

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

background-color css

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

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

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

border-color css

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

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

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