Html Css Color HEX #C8F864 Mindaro

📋 copy color: '#C8F864'

red 200 ◦ green 248 ◦ blue 100

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

Shades of Mindaro #C8F864

Tints of Mindaro #C8F864

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.26%

 BLUE value IS 100 (39.45% from 255) = 18.25%

R = 36.5%
G = 45.26%
B = 18.25%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#C8F864 (or 0xC8F864) is known color: Mindaro. HEX triplet: C8, F8 and 64. RGB value is (200,248,100). Sum of RGB (Red+Green+Blue) = 200+248+100=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 248 (97.27% from 255 or 45.26% from 548); Blue value is 100 (39.45% from 255 or 18.25% from 548); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F864 is #37079B. Grayscale: #D9D9D9. Windows color (decimal): -3606428 or 6617288. OLE color: 6617288.

HSL color Cylindrical-coordinate representation of color #C8F864: hue angle of 79.46º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8F864 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 200 248 100 -
CMYK 0.19 0 0.60 0.03
HSL 79.46º 0.91% 0.68% -
HSV(B) 79.46º 0.6% 0.97% -
XYZ 59.69 80.33 24.42 -
YUV 216.78 62.1 116.03 -
System Red Green Blue C M Y K H S L
Decimal 200 248 100 0.19 0 0.60 0.03 79.46 0.91 0.68
Hex C8 F8 64 13 0 3C 3 4F 5B 44
Octal 310 370 144 23 0 74 3 117 133 104
Binary 11001000 11111000 1100100 10011 0 111100 11 1001111 1011011 1000100

Color Harmonies of #C8F864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F864

Black with #C8F864

Text Example


Text Example

White with #C8F864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F864; }

 p { color: rgb(200,248,100); }

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

background-color css

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

 a { background-color: rgb(200,248,100); }

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

border-color css

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

 span { border-color: rgb(200,248,100); }

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