Html Css Color HEX #C8F15F Mindaro

📋 copy color: '#C8F15F'

red 200 ◦ green 241 ◦ blue 95

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

Shades of Mindaro #C8F15F

Tints of Mindaro #C8F15F

RGB

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

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

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

R = 37.31%
G = 44.96%
B = 17.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#C8F15F (or 0xC8F15F) is known color: Mindaro. HEX triplet: C8, F1 and 5F. RGB value is (200,241,95). Sum of RGB (Red+Green+Blue) = 200+241+95=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 95 (37.5% from 255 or 17.72% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F15F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F15F is #370EA0. Grayscale: #D4D4D4. Windows color (decimal): -3608225 or 6287816. OLE color: 6287816.

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

Color convert

RGB 200 241 95 -
CMYK 0.17 0 0.61 0.05
HSL 76.85º 0.84% 0.66% -
HSV(B) 76.85º 0.61% 0.95% -
XYZ 57.34 76.02 22.48 -
YUV 212.1 61.92 119.37 -
System Red Green Blue C M Y K H S L
Decimal 200 241 95 0.17 0 0.61 0.05 76.85 0.84 0.66
Hex C8 F1 5F 11 0 3D 5 4D 54 42
Octal 310 361 137 21 0 75 5 115 124 102
Binary 11001000 11110001 1011111 10001 0 111101 101 1001101 1010100 1000010

Color Harmonies of #C8F15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F15F

Black with #C8F15F

Text Example


Text Example

White with #C8F15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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