Html Css Color HEX #CAEA5E Mindaro

📋 copy color: '#CAEA5E'

red 202 ◦ green 234 ◦ blue 94

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

Shades of Mindaro #CAEA5E

Tints of Mindaro #CAEA5E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.15%

 BLUE value IS 94 (37.11% from 255) = 17.74%

R = 38.11%
G = 44.15%
B = 17.74%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#CAEA5E (or 0xCAEA5E) is known color: Mindaro. HEX triplet: CA, EA and 5E. RGB value is (202,234,94). Sum of RGB (Red+Green+Blue) = 202+234+94=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 94 (37.11% from 255 or 17.74% from 530); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEA5E is #3515A1. Grayscale: #D1D1D1. Windows color (decimal): -3478946 or 6220490. OLE color: 6220490.

HSL color Cylindrical-coordinate representation of color #CAEA5E: hue angle of 73.71º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAEA5E is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 234 94 -
CMYK 0.14 0 0.60 0.08
HSL 73.71º 0.77% 0.64% -
HSV(B) 73.71º 0.6% 0.92% -
XYZ 55.8 72.21 21.59 -
YUV 208.47 63.4 123.38 -
System Red Green Blue C M Y K H S L
Decimal 202 234 94 0.14 0 0.60 0.08 73.71 0.77 0.64
Hex CA EA 5E E 0 3C 8 4A 4D 40
Octal 312 352 136 16 0 74 10 112 115 100
Binary 11001010 11101010 1011110 1110 0 111100 1000 1001010 1001101 1000000

Color Harmonies of #CAEA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEA5E

Black with #CAEA5E

Text Example


Text Example

White with #CAEA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEA5E; }

 p { color: rgb(202,234,94); }

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

background-color css

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

 a { background-color: rgb(202,234,94); }

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

border-color css

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

 span { border-color: rgb(202,234,94); }

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