Html Css Color HEX #CAE362 Mindaro

📋 copy color: '#CAE362'

red 202 ◦ green 227 ◦ blue 98

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

Shades of Mindaro #CAE362

Tints of Mindaro #CAE362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.6%

R = 38.33%
G = 43.07%
B = 18.6%

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

#CAE362 (or 0xCAE362) is known color: Mindaro. HEX triplet: CA, E3 and 62. RGB value is (202,227,98). Sum of RGB (Red+Green+Blue) = 202+227+98=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 227 (89.06% from 255 or 43.07% from 527); Blue value is 98 (38.67% from 255 or 18.60% from 527); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE362 is #351C9D. Grayscale: #CDCDCD. Windows color (decimal): -3480734 or 6480842. OLE color: 6480842.

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

Color convert

RGB 202 227 98 -
CMYK 0.11 0 0.57 0.11
HSL 71.63º 0.7% 0.64% -
HSV(B) 71.63º 0.57% 0.89% -
XYZ 54.03 68.38 21.91 -
YUV 204.82 67.72 125.99 -
System Red Green Blue C M Y K H S L
Decimal 202 227 98 0.11 0 0.57 0.11 71.63 0.7 0.64
Hex CA E3 62 B 0 39 B 48 46 40
Octal 312 343 142 13 0 71 13 110 106 100
Binary 11001010 11100011 1100010 1011 0 111001 1011 1001000 1000110 1000000

Color Harmonies of #CAE362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE362

Black with #CAE362

Text Example


Text Example

White with #CAE362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE362; }

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

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

background-color css

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

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

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

border-color css

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

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

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