Html Css Color HEX #CAE365 Mindaro

📋 copy color: '#CAE365'

red 202 ◦ green 227 ◦ blue 101

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

Shades of Mindaro #CAE365

Tints of Mindaro #CAE365

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.83%

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

R = 38.11%
G = 42.83%
B = 19.06%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#CAE365 (or 0xCAE365) is known color: Mindaro. HEX triplet: CA, E3 and 65. RGB value is (202,227,101). Sum of RGB (Red+Green+Blue) = 202+227+101=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 227 (89.06% from 255 or 42.83% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE365 is #351C9A. Grayscale: #CDCDCD. Windows color (decimal): -3480731 or 6677450. OLE color: 6677450.

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

Color convert

RGB 202 227 101 -
CMYK 0.11 0 0.56 0.11
HSL 71.9º 0.69% 0.64% -
HSV(B) 71.9º 0.56% 0.89% -
XYZ 54.18 68.43 22.67 -
YUV 205.16 69.22 125.75 -
System Red Green Blue C M Y K H S L
Decimal 202 227 101 0.11 0 0.56 0.11 71.9 0.69 0.64
Hex CA E3 65 B 0 38 B 48 45 40
Octal 312 343 145 13 0 70 13 110 105 100
Binary 11001010 11100011 1100101 1011 0 111000 1011 1001000 1000101 1000000

Color Harmonies of #CAE365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE365

Black with #CAE365

Text Example


Text Example

White with #CAE365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE365; }

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

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

background-color css

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

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

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

border-color css

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

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

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