Html Css Color HEX #CAE662 Mindaro

📋 copy color: '#CAE662'

red 202 ◦ green 230 ◦ blue 98

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

Shades of Mindaro #CAE662

Tints of Mindaro #CAE662

RGB

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

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

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

R = 38.11%
G = 43.4%
B = 18.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#CAE662 (or 0xCAE662) is known color: Mindaro. HEX triplet: CA, E6 and 62. RGB value is (202,230,98). Sum of RGB (Red+Green+Blue) = 202+230+98=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 230 (90.23% from 255 or 43.40% from 530); Blue value is 98 (38.67% from 255 or 18.49% from 530); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE662 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE662 is #35199D. Grayscale: #CFCFCF. Windows color (decimal): -3479966 or 6481610. OLE color: 6481610.

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

Color convert

RGB 202 230 98 -
CMYK 0.12 0 0.57 0.10
HSL 72.73º 0.73% 0.64% -
HSV(B) 72.73º 0.57% 0.9% -
XYZ 54.86 70.03 22.18 -
YUV 206.58 66.72 124.73 -
System Red Green Blue C M Y K H S L
Decimal 202 230 98 0.12 0 0.57 0.10 72.73 0.73 0.64
Hex CA E6 62 C 0 39 A 49 49 40
Octal 312 346 142 14 0 71 12 111 111 100
Binary 11001010 11100110 1100010 1100 0 111001 1010 1001001 1001001 1000000

Color Harmonies of #CAE662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE662

Black with #CAE662

Text Example


Text Example

White with #CAE662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE662; }

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

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

background-color css

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

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

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

border-color css

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

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

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