Html Css Color HEX #CCE16D Mindaro

📋 copy color: '#CCE16D'

red 204 ◦ green 225 ◦ blue 109

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

Shades of Mindaro #CCE16D

Tints of Mindaro #CCE16D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.26%

R = 37.92%
G = 41.82%
B = 20.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#CCE16D (or 0xCCE16D) is known color: Mindaro. HEX triplet: CC, E1 and 6D. RGB value is (204,225,109). Sum of RGB (Red+Green+Blue) = 204+225+109=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE16D is #331E92. Grayscale: #CDCDCD. Windows color (decimal): -3350163 or 7201228. OLE color: 7201228.

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

Color convert

RGB 204 225 109 -
CMYK 0.09 0 0.52 0.12
HSL 70.86º 0.66% 0.65% -
HSV(B) 70.86º 0.52% 0.88% -
XYZ 54.59 67.79 24.68 -
YUV 205.5 73.54 126.93 -
System Red Green Blue C M Y K H S L
Decimal 204 225 109 0.09 0 0.52 0.12 70.86 0.66 0.65
Hex CC E1 6D 9 0 34 C 47 42 41
Octal 314 341 155 11 0 64 14 107 102 101
Binary 11001100 11100001 1101101 1001 0 110100 1100 1000111 1000010 1000001

Color Harmonies of #CCE16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE16D

Black with #CCE16D

Text Example


Text Example

White with #CCE16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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