Html Css Color HEX #CCE275 Mindaro

📋 copy color: '#CCE275'

red 204 ◦ green 226 ◦ blue 117

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

Shades of Mindaro #CCE275

Tints of Mindaro #CCE275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.39%

R = 37.29%
G = 41.32%
B = 21.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#CCE275 (or 0xCCE275) is known color: Mindaro. HEX triplet: CC, E2 and 75. RGB value is (204,226,117). Sum of RGB (Red+Green+Blue) = 204+226+117=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 117 (46.09% from 255 or 21.39% from 547); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE275 is #331D8A. Grayscale: #CFCFCF. Windows color (decimal): -3349899 or 7725772. OLE color: 7725772.

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

Color convert

RGB 204 226 117 -
CMYK 0.10 0 0.48 0.11
HSL 72.11º 0.65% 0.67% -
HSV(B) 72.11º 0.48% 0.89% -
XYZ 55.31 68.51 27.14 -
YUV 207 77.21 125.86 -
System Red Green Blue C M Y K H S L
Decimal 204 226 117 0.10 0 0.48 0.11 72.11 0.65 0.67
Hex CC E2 75 A 0 30 B 48 41 43
Octal 314 342 165 12 0 60 13 110 101 103
Binary 11001100 11100010 1110101 1010 0 110000 1011 1001000 1000001 1000011

Color Harmonies of #CCE275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE275

Black with #CCE275

Text Example


Text Example

White with #CCE275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE275; }

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

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

background-color css

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

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

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

border-color css

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

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

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