Html Css Color HEX #CAE65E Mindaro

📋 copy color: '#CAE65E'

red 202 ◦ green 230 ◦ blue 94

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

Shades of Mindaro #CAE65E

Tints of Mindaro #CAE65E

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.73%

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

R = 38.4%
G = 43.73%
B = 17.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#CAE65E (or 0xCAE65E) is known color: Mindaro. HEX triplet: CA, E6 and 5E. RGB value is (202,230,94). Sum of RGB (Red+Green+Blue) = 202+230+94=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 230 (90.23% from 255 or 43.73% from 526); Blue value is 94 (37.11% from 255 or 17.87% from 526); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE65E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE65E is #3519A1. Grayscale: #CECECE. Windows color (decimal): -3479970 or 6219466. OLE color: 6219466.

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

Color convert

RGB 202 230 94 -
CMYK 0.12 0 0.59 0.10
HSL 72.35º 0.73% 0.64% -
HSV(B) 72.35º 0.59% 0.9% -
XYZ 54.67 69.96 21.21 -
YUV 206.12 64.72 125.06 -
System Red Green Blue C M Y K H S L
Decimal 202 230 94 0.12 0 0.59 0.10 72.35 0.73 0.64
Hex CA E6 5E C 0 3B A 48 49 40
Octal 312 346 136 14 0 73 12 110 111 100
Binary 11001010 11100110 1011110 1100 0 111011 1010 1001000 1001001 1000000

Color Harmonies of #CAE65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE65E

Black with #CAE65E

Text Example


Text Example

White with #CAE65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE65E; }

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

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

background-color css

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

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

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

border-color css

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

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

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