Html Css Color HEX #C8FA5F Mindaro

📋 copy color: '#C8FA5F'

red 200 ◦ green 250 ◦ blue 95

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

Shades of Mindaro #C8FA5F

Tints of Mindaro #C8FA5F

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.87%

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

R = 36.7%
G = 45.87%
B = 17.43%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#C8FA5F (or 0xC8FA5F) is known color: Mindaro. HEX triplet: C8, FA and 5F. RGB value is (200,250,95). Sum of RGB (Red+Green+Blue) = 200+250+95=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 95 (37.5% from 255 or 17.43% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FA5F is #3705A0. Grayscale: #D9D9D9. Windows color (decimal): -3605921 or 6290120. OLE color: 6290120.

HSL color Cylindrical-coordinate representation of color #C8FA5F: hue angle of 79.35º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8FA5F is Cyan = 0.2, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 250 95 -
CMYK 0.2 0 0.62 0.02
HSL 79.35º 0.94% 0.68% -
HSV(B) 79.35º 0.62% 0.98% -
XYZ 60.07 81.48 23.39 -
YUV 217.38 58.94 115.6 -
System Red Green Blue C M Y K H S L
Decimal 200 250 95 0.2 0 0.62 0.02 79.35 0.94 0.68
Hex C8 FA 5F 14 0 3E 2 4F 5E 44
Octal 310 372 137 24 0 76 2 117 136 104
Binary 11001000 11111010 1011111 10100 0 111110 10 1001111 1011110 1000100

Color Harmonies of #C8FA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FA5F

Black with #C8FA5F

Text Example


Text Example

White with #C8FA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FA5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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