Html Css Color HEX #CAE569 Mindaro

📋 copy color: '#CAE569'

red 202 ◦ green 229 ◦ blue 105

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

Shades of Mindaro #CAE569

Tints of Mindaro #CAE569

RGB

 RED value IS 202 (79.3% from 255) = 37.69%

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

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

R = 37.69%
G = 42.72%
B = 19.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#CAE569 (or 0xCAE569) is known color: Mindaro. HEX triplet: CA, E5 and 69. RGB value is (202,229,105). Sum of RGB (Red+Green+Blue) = 202+229+105=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 229 (89.84% from 255 or 42.72% from 536); Blue value is 105 (41.41% from 255 or 19.59% from 536); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE569 is #351A96. Grayscale: #CFCFCF. Windows color (decimal): -3480215 or 6940106. OLE color: 6940106.

HSL color Cylindrical-coordinate representation of color #CAE569: hue angle of 73.06º 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 #CAE569 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 229 105 -
CMYK 0.12 0 0.54 0.10
HSL 73.06º 0.7% 0.65% -
HSV(B) 73.06º 0.54% 0.9% -
XYZ 54.93 69.62 23.91 -
YUV 206.79 70.55 124.58 -
System Red Green Blue C M Y K H S L
Decimal 202 229 105 0.12 0 0.54 0.10 73.06 0.7 0.65
Hex CA E5 69 C 0 36 A 49 46 41
Octal 312 345 151 14 0 66 12 111 106 101
Binary 11001010 11100101 1101001 1100 0 110110 1010 1001001 1000110 1000001

Color Harmonies of #CAE569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE569

Black with #CAE569

Text Example


Text Example

White with #CAE569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE569; }

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

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

background-color css

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

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

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

border-color css

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

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

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