Html Css Color HEX #CCE169 Mindaro

📋 copy color: '#CCE169'

red 204 ◦ green 225 ◦ blue 105

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

Shades of Mindaro #CCE169

Tints of Mindaro #CCE169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.66%

R = 38.2%
G = 42.13%
B = 19.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#CCE169 (or 0xCCE169) is known color: Mindaro. HEX triplet: CC, E1 and 69. RGB value is (204,225,105). Sum of RGB (Red+Green+Blue) = 204+225+105=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 105 (41.41% from 255 or 19.66% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE169 is #331E96. Grayscale: #CDCDCD. Windows color (decimal): -3350167 or 6939084. OLE color: 6939084.

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

Color convert

RGB 204 225 105 -
CMYK 0.09 0 0.53 0.12
HSL 70.5º 0.67% 0.65% -
HSV(B) 70.5º 0.53% 0.88% -
XYZ 54.38 67.71 23.57 -
YUV 205.04 71.54 127.26 -
System Red Green Blue C M Y K H S L
Decimal 204 225 105 0.09 0 0.53 0.12 70.5 0.67 0.65
Hex CC E1 69 9 0 35 C 46 43 41
Octal 314 341 151 11 0 65 14 106 103 101
Binary 11001100 11100001 1101001 1001 0 110101 1100 1000110 1000011 1000001

Color Harmonies of #CCE169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE169

Black with #CCE169

Text Example


Text Example

White with #CCE169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE169; }

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

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

background-color css

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

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

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

border-color css

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

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

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