Html Css Color HEX #C8FD5F Mindaro

📋 copy color: '#C8FD5F'

red 200 ◦ green 253 ◦ blue 95

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

Shades of Mindaro #C8FD5F

Tints of Mindaro #C8FD5F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.17%

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

R = 36.5%
G = 46.17%
B = 17.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#C8FD5F (or 0xC8FD5F) is known color: Mindaro. HEX triplet: C8, FD and 5F. RGB value is (200,253,95). Sum of RGB (Red+Green+Blue) = 200+253+95=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 253 (99.22% from 255 or 46.17% from 548); Blue value is 95 (37.5% from 255 or 17.34% from 548); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FD5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FD5F is #3702A0. Grayscale: #DBDBDB. Windows color (decimal): -3605153 or 6290888. OLE color: 6290888.

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

Color convert

RGB 200 253 95 -
CMYK 0.21 0 0.62 0.01
HSL 80.13º 0.98% 0.68% -
HSV(B) 80.13º 0.62% 0.99% -
XYZ 61.01 83.36 23.7 -
YUV 219.14 57.94 114.35 -
System Red Green Blue C M Y K H S L
Decimal 200 253 95 0.21 0 0.62 0.01 80.13 0.98 0.68
Hex C8 FD 5F 15 0 3E 1 50 62 44
Octal 310 375 137 25 0 76 1 120 142 104
Binary 11001000 11111101 1011111 10101 0 111110 1 1010000 1100010 1000100

Color Harmonies of #C8FD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FD5F

Black with #C8FD5F

Text Example


Text Example

White with #C8FD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FD5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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