Html Css Color HEX #CAE261 Mindaro

📋 copy color: '#CAE261'

red 202 ◦ green 226 ◦ blue 97

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

Shades of Mindaro #CAE261

Tints of Mindaro #CAE261

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.05%

 BLUE value IS 97 (38.28% from 255) = 18.48%

R = 38.48%
G = 43.05%
B = 18.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#CAE261 (or 0xCAE261) is known color: Mindaro. HEX triplet: CA, E2 and 61. RGB value is (202,226,97). Sum of RGB (Red+Green+Blue) = 202+226+97=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 97 (38.28% from 255 or 18.48% from 525); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE261 is #351D9E. Grayscale: #CCCCCC. Windows color (decimal): -3480991 or 6415050. OLE color: 6415050.

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

Color convert

RGB 202 226 97 -
CMYK 0.11 0 0.57 0.11
HSL 71.16º 0.69% 0.63% -
HSV(B) 71.16º 0.57% 0.89% -
XYZ 53.71 67.81 21.57 -
YUV 204.12 67.55 126.49 -
System Red Green Blue C M Y K H S L
Decimal 202 226 97 0.11 0 0.57 0.11 71.16 0.69 0.63
Hex CA E2 61 B 0 39 B 47 45 3F
Octal 312 342 141 13 0 71 13 107 105 77
Binary 11001010 11100010 1100001 1011 0 111001 1011 1000111 1000101 111111

Color Harmonies of #CAE261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE261

Black with #CAE261

Text Example


Text Example

White with #CAE261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE261; }

 p { color: rgb(202,226,97); }

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

background-color css

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

 a { background-color: rgb(202,226,97); }

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

border-color css

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

 span { border-color: rgb(202,226,97); }

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