Html Css Color HEX #CCE260 Mindaro

📋 copy color: '#CCE260'

red 204 ◦ green 226 ◦ blue 96

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

Shades of Mindaro #CCE260

Tints of Mindaro #CCE260

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.97%

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

R = 38.78%
G = 42.97%
B = 18.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#CCE260 (or 0xCCE260) is known color: Mindaro. HEX triplet: CC, E2 and 60. RGB value is (204,226,96). Sum of RGB (Red+Green+Blue) = 204+226+96=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 226 (88.67% from 255 or 42.97% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE260 is #331D9F. Grayscale: #CDCDCD. Windows color (decimal): -3349920 or 6349516. OLE color: 6349516.

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

Color convert

RGB 204 226 96 -
CMYK 0.10 0 0.58 0.11
HSL 70.15º 0.69% 0.63% -
HSV(B) 70.15º 0.58% 0.89% -
XYZ 54.21 68.07 21.35 -
YUV 204.6 66.71 127.57 -
System Red Green Blue C M Y K H S L
Decimal 204 226 96 0.10 0 0.58 0.11 70.15 0.69 0.63
Hex CC E2 60 A 0 3A B 46 45 3F
Octal 314 342 140 12 0 72 13 106 105 77
Binary 11001100 11100010 1100000 1010 0 111010 1011 1000110 1000101 111111

Color Harmonies of #CCE260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE260

Black with #CCE260

Text Example


Text Example

White with #CCE260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE260; }

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

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

background-color css

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

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

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

border-color css

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

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

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