Html Css Color HEX #CAEE5D Mindaro

📋 copy color: '#CAEE5D'

red 202 ◦ green 238 ◦ blue 93

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

Shades of Mindaro #CAEE5D

Tints of Mindaro #CAEE5D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.65%

 BLUE value IS 93 (36.72% from 255) = 17.45%

R = 37.9%
G = 44.65%
B = 17.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#CAEE5D (or 0xCAEE5D) is known color: Mindaro. HEX triplet: CA, EE and 5D. RGB value is (202,238,93). Sum of RGB (Red+Green+Blue) = 202+238+93=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEE5D is #3511A2. Grayscale: #D3D3D3. Windows color (decimal): -3477923 or 6155978. OLE color: 6155978.

HSL color Cylindrical-coordinate representation of color #CAEE5D: hue angle of 74.9º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CAEE5D is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 238 93 -
CMYK 0.15 0 0.61 0.07
HSL 74.9º 0.81% 0.65% -
HSV(B) 74.9º 0.61% 0.93% -
XYZ 56.91 74.5 21.74 -
YUV 210.71 61.57 121.79 -
System Red Green Blue C M Y K H S L
Decimal 202 238 93 0.15 0 0.61 0.07 74.9 0.81 0.65
Hex CA EE 5D F 0 3D 7 4B 51 41
Octal 312 356 135 17 0 75 7 113 121 101
Binary 11001010 11101110 1011101 1111 0 111101 111 1001011 1010001 1000001

Color Harmonies of #CAEE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEE5D

Black with #CAEE5D

Text Example


Text Example

White with #CAEE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEE5D; }

 p { color: rgb(202,238,93); }

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

background-color css

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

 a { background-color: rgb(202,238,93); }

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

border-color css

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

 span { border-color: rgb(202,238,93); }

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