Html Css Color HEX #CCE569 Mindaro

📋 copy color: '#CCE569'

red 204 ◦ green 229 ◦ blue 105

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

Shades of Mindaro #CCE569

Tints of Mindaro #CCE569

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.57%

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

R = 37.92%
G = 42.57%
B = 19.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#CCE569 (or 0xCCE569) is known color: Mindaro. HEX triplet: CC, E5 and 69. RGB value is (204,229,105). Sum of RGB (Red+Green+Blue) = 204+229+105=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 229 (89.84% from 255 or 42.57% from 538); Blue value is 105 (41.41% from 255 or 19.52% from 538); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE569 is #331A96. Grayscale: #CFCFCF. Windows color (decimal): -3349143 or 6940108. OLE color: 6940108.

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

Color convert

RGB 204 229 105 -
CMYK 0.11 0 0.54 0.10
HSL 72.1º 0.7% 0.65% -
HSV(B) 72.1º 0.54% 0.9% -
XYZ 55.47 69.9 23.93 -
YUV 207.39 70.22 125.58 -
System Red Green Blue C M Y K H S L
Decimal 204 229 105 0.11 0 0.54 0.10 72.1 0.7 0.65
Hex CC E5 69 B 0 36 A 48 46 41
Octal 314 345 151 13 0 66 12 110 106 101
Binary 11001100 11100101 1101001 1011 0 110110 1010 1001000 1000110 1000001

Color Harmonies of #CCE569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE569

Black with #CCE569

Text Example


Text Example

White with #CCE569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE569; }

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

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

background-color css

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

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

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

border-color css

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

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

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