Html Css Color HEX #CAE565 Mindaro

📋 copy color: '#CAE565'

red 202 ◦ green 229 ◦ blue 101

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

Shades of Mindaro #CAE565

Tints of Mindaro #CAE565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.98%

R = 37.97%
G = 43.05%
B = 18.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#CAE565 (or 0xCAE565) is known color: Mindaro. HEX triplet: CA, E5 and 65. RGB value is (202,229,101). Sum of RGB (Red+Green+Blue) = 202+229+101=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 229 (89.84% from 255 or 43.05% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE565 is #351A9A. Grayscale: #CECECE. Windows color (decimal): -3480219 or 6677962. OLE color: 6677962.

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

Color convert

RGB 202 229 101 -
CMYK 0.12 0 0.56 0.10
HSL 72.66º 0.71% 0.65% -
HSV(B) 72.66º 0.56% 0.9% -
XYZ 54.73 69.53 22.85 -
YUV 206.34 68.55 124.91 -
System Red Green Blue C M Y K H S L
Decimal 202 229 101 0.12 0 0.56 0.10 72.66 0.71 0.65
Hex CA E5 65 C 0 38 A 49 47 41
Octal 312 345 145 14 0 70 12 111 107 101
Binary 11001010 11100101 1100101 1100 0 111000 1010 1001001 1000111 1000001

Color Harmonies of #CAE565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE565

Black with #CAE565

Text Example


Text Example

White with #CAE565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE565; }

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

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

background-color css

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

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

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

border-color css

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

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

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