Html Css Color HEX #CAEA58 Mindaro

📋 copy color: '#CAEA58'

red 202 ◦ green 234 ◦ blue 88

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

Shades of Mindaro #CAEA58

Tints of Mindaro #CAEA58

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.66%

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

R = 38.55%
G = 44.66%
B = 16.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#CAEA58 (or 0xCAEA58) is known color: Mindaro. HEX triplet: CA, EA and 58. RGB value is (202,234,88). Sum of RGB (Red+Green+Blue) = 202+234+88=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 88 (34.77% from 255 or 16.79% from 524); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEA58 is #3515A7. Grayscale: #D0D0D0. Windows color (decimal): -3478952 or 5827274. OLE color: 5827274.

HSL color Cylindrical-coordinate representation of color #CAEA58: hue angle of 73.15º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CAEA58 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 234 88 -
CMYK 0.14 0 0.62 0.08
HSL 73.15º 0.78% 0.63% -
HSV(B) 73.15º 0.62% 0.92% -
XYZ 55.54 72.11 20.22 -
YUV 207.79 60.4 123.87 -
System Red Green Blue C M Y K H S L
Decimal 202 234 88 0.14 0 0.62 0.08 73.15 0.78 0.63
Hex CA EA 58 E 0 3E 8 49 4E 3F
Octal 312 352 130 16 0 76 10 111 116 77
Binary 11001010 11101010 1011000 1110 0 111110 1000 1001001 1001110 111111

Color Harmonies of #CAEA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEA58

Black with #CAEA58

Text Example


Text Example

White with #CAEA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEA58; }

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

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

background-color css

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

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

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

border-color css

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

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

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