Html Css Color HEX #C5F25F Mindaro

📋 copy color: '#C5F25F'

red 197 ◦ green 242 ◦ blue 95

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

Shades of Mindaro #C5F25F

Tints of Mindaro #C5F25F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.32%

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

R = 36.89%
G = 45.32%
B = 17.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#C5F25F (or 0xC5F25F) is known color: Mindaro. HEX triplet: C5, F2 and 5F. RGB value is (197,242,95). Sum of RGB (Red+Green+Blue) = 197+242+95=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 95 (37.5% from 255 or 17.79% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F25F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F25F is #3A0DA0. Grayscale: #D4D4D4. Windows color (decimal): -3804577 or 6288069. OLE color: 6288069.

HSL color Cylindrical-coordinate representation of color #C5F25F: hue angle of 78.37º degrees, saturation: 0.85, 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 #C5F25F is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 242 95 -
CMYK 0.19 0 0.61 0.05
HSL 78.37º 0.85% 0.66% -
HSV(B) 78.37º 0.61% 0.95% -
XYZ 56.84 76.2 22.54 -
YUV 211.79 62.09 117.45 -
System Red Green Blue C M Y K H S L
Decimal 197 242 95 0.19 0 0.61 0.05 78.37 0.85 0.66
Hex C5 F2 5F 13 0 3D 5 4E 55 42
Octal 305 362 137 23 0 75 5 116 125 102
Binary 11000101 11110010 1011111 10011 0 111101 101 1001110 1010101 1000010

Color Harmonies of #C5F25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F25F

Black with #C5F25F

Text Example


Text Example

White with #C5F25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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