Html Css Color HEX #CAE95E Mindaro

📋 copy color: '#CAE95E'

red 202 ◦ green 233 ◦ blue 94

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

Shades of Mindaro #CAE95E

Tints of Mindaro #CAE95E

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.05%

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

R = 38.19%
G = 44.05%
B = 17.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#CAE95E (or 0xCAE95E) is known color: Mindaro. HEX triplet: CA, E9 and 5E. RGB value is (202,233,94). Sum of RGB (Red+Green+Blue) = 202+233+94=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 94 (37.11% from 255 or 17.77% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE95E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE95E is #3516A1. Grayscale: #D0D0D0. Windows color (decimal): -3479202 or 6220234. OLE color: 6220234.

HSL color Cylindrical-coordinate representation of color #CAE95E: hue angle of 73.38º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAE95E is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 233 94 -
CMYK 0.13 0 0.60 0.09
HSL 73.38º 0.76% 0.64% -
HSV(B) 73.38º 0.6% 0.91% -
XYZ 55.52 71.64 21.49 -
YUV 207.89 63.73 123.8 -
System Red Green Blue C M Y K H S L
Decimal 202 233 94 0.13 0 0.60 0.09 73.38 0.76 0.64
Hex CA E9 5E D 0 3C 9 49 4C 40
Octal 312 351 136 15 0 74 11 111 114 100
Binary 11001010 11101001 1011110 1101 0 111100 1001 1001001 1001100 1000000

Color Harmonies of #CAE95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE95E

Black with #CAE95E

Text Example


Text Example

White with #CAE95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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