Html Css Color HEX #CCE869 Mindaro

📋 copy color: '#CCE869'

red 204 ◦ green 232 ◦ blue 105

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

Shades of Mindaro #CCE869

Tints of Mindaro #CCE869

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.88%

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

R = 37.71%
G = 42.88%
B = 19.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#CCE869 (or 0xCCE869) is known color: Mindaro. HEX triplet: CC, E8 and 69. RGB value is (204,232,105). Sum of RGB (Red+Green+Blue) = 204+232+105=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 232 (91.02% from 255 or 42.88% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE869 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE869 is #331796. Grayscale: #D1D1D1. Windows color (decimal): -3348375 or 6940876. OLE color: 6940876.

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

Color convert

RGB 204 232 105 -
CMYK 0.12 0 0.55 0.09
HSL 73.23º 0.73% 0.66% -
HSV(B) 73.23º 0.55% 0.91% -
XYZ 56.31 71.57 24.21 -
YUV 209.15 69.22 124.33 -
System Red Green Blue C M Y K H S L
Decimal 204 232 105 0.12 0 0.55 0.09 73.23 0.73 0.66
Hex CC E8 69 C 0 37 9 49 49 42
Octal 314 350 151 14 0 67 11 111 111 102
Binary 11001100 11101000 1101001 1100 0 110111 1001 1001001 1001001 1000010

Color Harmonies of #CCE869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE869

Black with #CCE869

Text Example


Text Example

White with #CCE869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE869; }

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

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

background-color css

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

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

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

border-color css

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

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

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