Html Css Color HEX #CAE265 Mindaro

📋 copy color: '#CAE265'

red 202 ◦ green 226 ◦ blue 101

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

Shades of Mindaro #CAE265

Tints of Mindaro #CAE265

RGB

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

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

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

R = 38.19%
G = 42.72%
B = 19.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#CAE265 (or 0xCAE265) is known color: Mindaro. HEX triplet: CA, E2 and 65. RGB value is (202,226,101). Sum of RGB (Red+Green+Blue) = 202+226+101=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE265 is #351D9A. Grayscale: #CDCDCD. Windows color (decimal): -3480987 or 6677194. OLE color: 6677194.

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

Color convert

RGB 202 226 101 -
CMYK 0.11 0 0.55 0.11
HSL 71.52º 0.68% 0.64% -
HSV(B) 71.52º 0.55% 0.89% -
XYZ 53.9 67.89 22.57 -
YUV 204.57 69.55 126.16 -
System Red Green Blue C M Y K H S L
Decimal 202 226 101 0.11 0 0.55 0.11 71.52 0.68 0.64
Hex CA E2 65 B 0 37 B 48 44 40
Octal 312 342 145 13 0 67 13 110 104 100
Binary 11001010 11100010 1100101 1011 0 110111 1011 1001000 1000100 1000000

Color Harmonies of #CAE265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE265

Black with #CAE265

Text Example


Text Example

White with #CAE265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE265; }

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

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

background-color css

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

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

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

border-color css

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

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

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