Html Css Color HEX #C8FF5F Mindaro

📋 copy color: '#C8FF5F'

red 200 ◦ green 255 ◦ blue 95

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

Shades of Mindaro #C8FF5F

Tints of Mindaro #C8FF5F

RGB

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

 GREEN value IS 255 (100% from 255) = 46.36%

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

R = 36.36%
G = 46.36%
B = 17.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#C8FF5F (or 0xC8FF5F) is known color: Mindaro. HEX triplet: C8, FF and 5F. RGB value is (200,255,95). Sum of RGB (Red+Green+Blue) = 200+255+95=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 95 (37.5% from 255 or 17.27% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FF5F is #3700A0. Grayscale: #DCDCDC. Windows color (decimal): -3604641 or 6291400. OLE color: 6291400.

HSL color Cylindrical-coordinate representation of color #C8FF5F: hue angle of 80.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8FF5F is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 200 255 95 -
CMYK 0.22 0 0.63 0
HSL 80.63º 1% 0.69% -
HSV(B) 80.63º 0.63% 1% -
XYZ 61.64 84.63 23.91 -
YUV 220.32 57.28 113.51 -
System Red Green Blue C M Y K H S L
Decimal 200 255 95 0.22 0 0.63 0 80.63 1 0.69
Hex C8 FF 5F 16 0 3F 0 51 64 45
Octal 310 377 137 26 0 77 0 121 144 105
Binary 11001000 11111111 1011111 10110 0 111111 0 1010001 1100100 1000101

Color Harmonies of #C8FF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FF5F

Black with #C8FF5F

Text Example


Text Example

White with #C8FF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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