Html Css Color HEX #C9ED5F Mindaro

📋 copy color: '#C9ED5F'

red 201 ◦ green 237 ◦ blue 95

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

Shades of Mindaro #C9ED5F

Tints of Mindaro #C9ED5F

RGB

 RED value IS 201 (78.91% from 255) = 37.71%

 GREEN value IS 237 (92.97% from 255) = 44.47%

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

R = 37.71%
G = 44.47%
B = 17.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#C9ED5F (or 0xC9ED5F) is known color: Mindaro. HEX triplet: C9, ED and 5F. RGB value is (201,237,95). Sum of RGB (Red+Green+Blue) = 201+237+95=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 95 (37.5% from 255 or 17.82% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9ED5F is #3612A0. Grayscale: #D2D2D2. Windows color (decimal): -3543713 or 6286793. OLE color: 6286793.

HSL color Cylindrical-coordinate representation of color #C9ED5F: hue angle of 75.21º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9ED5F is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 237 95 -
CMYK 0.15 0 0.60 0.07
HSL 75.21º 0.8% 0.65% -
HSV(B) 75.21º 0.6% 0.93% -
XYZ 56.44 73.81 22.1 -
YUV 210.05 63.07 121.55 -
System Red Green Blue C M Y K H S L
Decimal 201 237 95 0.15 0 0.60 0.07 75.21 0.8 0.65
Hex C9 ED 5F F 0 3C 7 4B 50 41
Octal 311 355 137 17 0 74 7 113 120 101
Binary 11001001 11101101 1011111 1111 0 111100 111 1001011 1010000 1000001

Color Harmonies of #C9ED5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ED5F

Black with #C9ED5F

Text Example


Text Example

White with #C9ED5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ED5F; }

 p { color: rgb(201,237,95); }

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

background-color css

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

 a { background-color: rgb(201,237,95); }

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

border-color css

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

 span { border-color: rgb(201,237,95); }

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