Html Css Color HEX #CAE658 Mindaro

📋 copy color: '#CAE658'

red 202 ◦ green 230 ◦ blue 88

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

Shades of Mindaro #CAE658

Tints of Mindaro #CAE658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.92%

R = 38.85%
G = 44.23%
B = 16.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.10

RGB Variations

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

Color information

#CAE658 (or 0xCAE658) is known color: Mindaro. HEX triplet: CA, E6 and 58. RGB value is (202,230,88). Sum of RGB (Red+Green+Blue) = 202+230+88=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 88 (34.77% from 255 or 16.92% from 520); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE658 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE658 is #3519A7. Grayscale: #CDCDCD. Windows color (decimal): -3479976 or 5826250. OLE color: 5826250.

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

Color convert

RGB 202 230 88 -
CMYK 0.12 0 0.62 0.10
HSL 71.83º 0.74% 0.62% -
HSV(B) 71.83º 0.62% 0.9% -
XYZ 54.42 69.85 19.85 -
YUV 205.44 61.72 125.55 -
System Red Green Blue C M Y K H S L
Decimal 202 230 88 0.12 0 0.62 0.10 71.83 0.74 0.62
Hex CA E6 58 C 0 3E A 48 4A 3E
Octal 312 346 130 14 0 76 12 110 112 76
Binary 11001010 11100110 1011000 1100 0 111110 1010 1001000 1001010 111110

Color Harmonies of #CAE658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE658

Black with #CAE658

Text Example


Text Example

White with #CAE658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE658; }

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

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

background-color css

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

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

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

border-color css

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

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

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