Html Css Color HEX #C5F65F Mindaro

📋 copy color: '#C5F65F'

red 197 ◦ green 246 ◦ blue 95

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

Shades of Mindaro #C5F65F

Tints of Mindaro #C5F65F

RGB

 RED value IS 197 (77.34% from 255) = 36.62%

 GREEN value IS 246 (96.48% from 255) = 45.72%

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

R = 36.62%
G = 45.72%
B = 17.66%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#C5F65F (or 0xC5F65F) is known color: Mindaro. HEX triplet: C5, F6 and 5F. RGB value is (197,246,95). Sum of RGB (Red+Green+Blue) = 197+246+95=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 246 (96.48% from 255 or 45.72% from 538); Blue value is 95 (37.5% from 255 or 17.66% from 538); Max value from RGB is 246 - color contains mainly: green. Hex color #C5F65F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F65F is #3A09A0. Grayscale: #D6D6D6. Windows color (decimal): -3803553 or 6289093. OLE color: 6289093.

HSL color Cylindrical-coordinate representation of color #C5F65F: hue angle of 79.47º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5F65F is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 197 246 95 -
CMYK 0.20 0 0.61 0.04
HSL 79.47º 0.89% 0.67% -
HSV(B) 79.47º 0.61% 0.96% -
XYZ 58.05 78.61 22.94 -
YUV 214.14 60.77 115.78 -
System Red Green Blue C M Y K H S L
Decimal 197 246 95 0.20 0 0.61 0.04 79.47 0.89 0.67
Hex C5 F6 5F 14 0 3D 4 4F 59 43
Octal 305 366 137 24 0 75 4 117 131 103
Binary 11000101 11110110 1011111 10100 0 111101 100 1001111 1011001 1000011

Color Harmonies of #C5F65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F65F

Black with #C5F65F

Text Example


Text Example

White with #C5F65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F65F; }

 p { color: rgb(197,246,95); }

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

background-color css

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

 a { background-color: rgb(197,246,95); }

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

border-color css

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

 span { border-color: rgb(197,246,95); }

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