Html Css Color HEX #CCE469 Mindaro

📋 copy color: '#CCE469'

red 204 ◦ green 228 ◦ blue 105

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

Shades of Mindaro #CCE469

Tints of Mindaro #CCE469

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.46%

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

R = 37.99%
G = 42.46%
B = 19.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#CCE469 (or 0xCCE469) is known color: Mindaro. HEX triplet: CC, E4 and 69. RGB value is (204,228,105). Sum of RGB (Red+Green+Blue) = 204+228+105=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 228 (89.45% from 255 or 42.46% from 537); Blue value is 105 (41.41% from 255 or 19.55% from 537); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE469 is #331B96. Grayscale: #CFCFCF. Windows color (decimal): -3349399 or 6939852. OLE color: 6939852.

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

Color convert

RGB 204 228 105 -
CMYK 0.11 0 0.54 0.11
HSL 71.71º 0.69% 0.65% -
HSV(B) 71.71º 0.54% 0.89% -
XYZ 55.2 69.34 23.84 -
YUV 206.8 70.55 126 -
System Red Green Blue C M Y K H S L
Decimal 204 228 105 0.11 0 0.54 0.11 71.71 0.69 0.65
Hex CC E4 69 B 0 36 B 48 45 41
Octal 314 344 151 13 0 66 13 110 105 101
Binary 11001100 11100100 1101001 1011 0 110110 1011 1001000 1000101 1000001

Color Harmonies of #CCE469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE469

Black with #CCE469

Text Example


Text Example

White with #CCE469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE469; }

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

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

background-color css

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

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

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

border-color css

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

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

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