Html Css Color HEX #CAE562 Mindaro

📋 copy color: '#CAE562'

red 202 ◦ green 229 ◦ blue 98

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

Shades of Mindaro #CAE562

Tints of Mindaro #CAE562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.53%

R = 38.19%
G = 43.29%
B = 18.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#CAE562 (or 0xCAE562) is known color: Mindaro. HEX triplet: CA, E5 and 62. RGB value is (202,229,98). Sum of RGB (Red+Green+Blue) = 202+229+98=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 229 (89.84% from 255 or 43.29% from 529); Blue value is 98 (38.67% from 255 or 18.53% from 529); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE562 is #351A9D. Grayscale: #CECECE. Windows color (decimal): -3480222 or 6481354. OLE color: 6481354.

HSL color Cylindrical-coordinate representation of color #CAE562: hue angle of 72.37º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CAE562 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 229 98 -
CMYK 0.12 0 0.57 0.10
HSL 72.37º 0.72% 0.64% -
HSV(B) 72.37º 0.57% 0.9% -
XYZ 54.58 69.48 22.09 -
YUV 205.99 67.05 125.15 -
System Red Green Blue C M Y K H S L
Decimal 202 229 98 0.12 0 0.57 0.10 72.37 0.72 0.64
Hex CA E5 62 C 0 39 A 48 48 40
Octal 312 345 142 14 0 71 12 110 110 100
Binary 11001010 11100101 1100010 1100 0 111001 1010 1001000 1001000 1000000

Color Harmonies of #CAE562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE562

Black with #CAE562

Text Example


Text Example

White with #CAE562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE562; }

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

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

background-color css

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

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

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

border-color css

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

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

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