Html Css Color HEX #C8F161 Mindaro

📋 copy color: '#C8F161'

red 200 ◦ green 241 ◦ blue 97

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

Shades of Mindaro #C8F161

Tints of Mindaro #C8F161

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.8%

 BLUE value IS 97 (38.28% from 255) = 18.03%

R = 37.17%
G = 44.8%
B = 18.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#C8F161 (or 0xC8F161) is known color: Mindaro. HEX triplet: C8, F1 and 61. RGB value is (200,241,97). Sum of RGB (Red+Green+Blue) = 200+241+97=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 97 (38.28% from 255 or 18.03% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F161 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F161 is #370E9E. Grayscale: #D4D4D4. Windows color (decimal): -3608223 or 6418888. OLE color: 6418888.

HSL color Cylindrical-coordinate representation of color #C8F161: hue angle of 77.08º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8F161 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 241 97 -
CMYK 0.17 0 0.60 0.05
HSL 77.08º 0.84% 0.66% -
HSV(B) 77.08º 0.6% 0.95% -
XYZ 57.43 76.05 22.96 -
YUV 212.33 62.92 119.21 -
System Red Green Blue C M Y K H S L
Decimal 200 241 97 0.17 0 0.60 0.05 77.08 0.84 0.66
Hex C8 F1 61 11 0 3C 5 4D 54 42
Octal 310 361 141 21 0 74 5 115 124 102
Binary 11001000 11110001 1100001 10001 0 111100 101 1001101 1010100 1000010

Color Harmonies of #C8F161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F161

Black with #C8F161

Text Example


Text Example

White with #C8F161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F161; }

 p { color: rgb(200,241,97); }

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

background-color css

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

 a { background-color: rgb(200,241,97); }

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

border-color css

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

 span { border-color: rgb(200,241,97); }

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