Html Css Color HEX #C8EA5D Mindaro

📋 copy color: '#C8EA5D'

red 200 ◦ green 234 ◦ blue 93

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

Shades of Mindaro #C8EA5D

Tints of Mindaro #C8EA5D

RGB

 RED value IS 200 (78.52% from 255) = 37.95%

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

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

R = 37.95%
G = 44.4%
B = 17.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#C8EA5D (or 0xC8EA5D) is known color: Mindaro. HEX triplet: C8, EA and 5D. RGB value is (200,234,93). Sum of RGB (Red+Green+Blue) = 200+234+93=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EA5D is #3715A2. Grayscale: #D0D0D0. Windows color (decimal): -3610019 or 6154952. OLE color: 6154952.

HSL color Cylindrical-coordinate representation of color #C8EA5D: hue angle of 74.47º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8EA5D is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 234 93 -
CMYK 0.15 0 0.60 0.08
HSL 74.47º 0.77% 0.64% -
HSV(B) 74.47º 0.6% 0.92% -
XYZ 55.22 71.92 21.33 -
YUV 207.76 63.24 122.46 -
System Red Green Blue C M Y K H S L
Decimal 200 234 93 0.15 0 0.60 0.08 74.47 0.77 0.64
Hex C8 EA 5D F 0 3C 8 4A 4D 40
Octal 310 352 135 17 0 74 10 112 115 100
Binary 11001000 11101010 1011101 1111 0 111100 1000 1001010 1001101 1000000

Color Harmonies of #C8EA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EA5D

Black with #C8EA5D

Text Example


Text Example

White with #C8EA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EA5D; }

 p { color: rgb(200,234,93); }

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

background-color css

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

 a { background-color: rgb(200,234,93); }

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

border-color css

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

 span { border-color: rgb(200,234,93); }

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