Html Css Color HEX #CCE163 Mindaro

📋 copy color: '#CCE163'

red 204 ◦ green 225 ◦ blue 99

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

Shades of Mindaro #CCE163

Tints of Mindaro #CCE163

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.61%

 BLUE value IS 99 (39.06% from 255) = 18.75%

R = 38.64%
G = 42.61%
B = 18.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#CCE163 (or 0xCCE163) is known color: Mindaro. HEX triplet: CC, E1 and 63. RGB value is (204,225,99). Sum of RGB (Red+Green+Blue) = 204+225+99=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 99 (39.06% from 255 or 18.75% from 528); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE163 is #331E9C. Grayscale: #CCCCCC. Windows color (decimal): -3350173 or 6545868. OLE color: 6545868.

HSL color Cylindrical-coordinate representation of color #CCE163: hue angle of 70º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCE163 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 99 -
CMYK 0.09 0 0.56 0.12
HSL 70º 0.68% 0.64% -
HSV(B) 70º 0.56% 0.88% -
XYZ 54.08 67.59 22 -
YUV 204.36 68.54 127.75 -
System Red Green Blue C M Y K H S L
Decimal 204 225 99 0.09 0 0.56 0.12 70 0.68 0.64
Hex CC E1 63 9 0 38 C 46 44 40
Octal 314 341 143 11 0 70 14 106 104 100
Binary 11001100 11100001 1100011 1001 0 111000 1100 1000110 1000100 1000000

Color Harmonies of #CCE163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE163

Black with #CCE163

Text Example


Text Example

White with #CCE163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE163; }

 p { color: rgb(204,225,99); }

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

background-color css

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

 a { background-color: rgb(204,225,99); }

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

border-color css

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

 span { border-color: rgb(204,225,99); }

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