Html Css Color HEX #C8FA64 Mindaro

📋 copy color: '#C8FA64'

red 200 ◦ green 250 ◦ blue 100

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

Shades of Mindaro #C8FA64

Tints of Mindaro #C8FA64

RGB

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

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

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

R = 36.36%
G = 45.45%
B = 18.18%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#C8FA64 (or 0xC8FA64) is known color: Mindaro. HEX triplet: C8, FA and 64. RGB value is (200,250,100). Sum of RGB (Red+Green+Blue) = 200+250+100=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 100 (39.45% from 255 or 18.18% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FA64 is #37059B. Grayscale: #DADADA. Windows color (decimal): -3605916 or 6617800. OLE color: 6617800.

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

Color convert

RGB 200 250 100 -
CMYK 0.2 0 0.6 0.02
HSL 80º 0.94% 0.69% -
HSV(B) 80º 0.6% 0.98% -
XYZ 60.31 81.57 24.62 -
YUV 217.95 61.44 115.2 -
System Red Green Blue C M Y K H S L
Decimal 200 250 100 0.2 0 0.6 0.02 80 0.94 0.69
Hex C8 FA 64 14 0 3C 2 50 5E 45
Octal 310 372 144 24 0 74 2 120 136 105
Binary 11001000 11111010 1100100 10100 0 111100 10 1010000 1011110 1000101

Color Harmonies of #C8FA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FA64

Black with #C8FA64

Text Example


Text Example

White with #C8FA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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