Html Css Color HEX #C8EB5F Mindaro

📋 copy color: '#C8EB5F'

red 200 ◦ green 235 ◦ blue 95

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

Shades of Mindaro #C8EB5F

Tints of Mindaro #C8EB5F

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.34%

 BLUE value IS 95 (37.5% from 255) = 17.92%

R = 37.74%
G = 44.34%
B = 17.92%

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

#C8EB5F (or 0xC8EB5F) is known color: Mindaro. HEX triplet: C8, EB and 5F. RGB value is (200,235,95). Sum of RGB (Red+Green+Blue) = 200+235+95=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 95 (37.5% from 255 or 17.92% from 530); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EB5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EB5F is #3714A0. Grayscale: #D1D1D1. Windows color (decimal): -3609761 or 6286280. OLE color: 6286280.

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

Color convert

RGB 200 235 95 -
CMYK 0.15 0 0.60 0.08
HSL 75º 0.78% 0.65% -
HSV(B) 75º 0.6% 0.92% -
XYZ 55.59 72.52 21.89 -
YUV 208.58 63.9 121.88 -
System Red Green Blue C M Y K H S L
Decimal 200 235 95 0.15 0 0.60 0.08 75 0.78 0.65
Hex C8 EB 5F F 0 3C 8 4B 4E 41
Octal 310 353 137 17 0 74 10 113 116 101
Binary 11001000 11101011 1011111 1111 0 111100 1000 1001011 1001110 1000001

Color Harmonies of #C8EB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EB5F

Black with #C8EB5F

Text Example


Text Example

White with #C8EB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EB5F; }

 p { color: rgb(200,235,95); }

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

background-color css

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

 a { background-color: rgb(200,235,95); }

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

border-color css

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

 span { border-color: rgb(200,235,95); }

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