Html Css Color HEX #C9FD5D Mindaro

📋 copy color: '#C9FD5D'

red 201 ◦ green 253 ◦ blue 93

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

Shades of Mindaro #C9FD5D

Tints of Mindaro #C9FD5D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.25%

 BLUE value IS 93 (36.72% from 255) = 17%

R = 36.75%
G = 46.25%
B = 17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#C9FD5D (or 0xC9FD5D) is known color: Mindaro. HEX triplet: C9, FD and 5D. RGB value is (201,253,93). Sum of RGB (Red+Green+Blue) = 201+253+93=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 93 (36.72% from 255 or 17.00% from 547); Max value from RGB is 253 - color contains mainly: green. Hex color #C9FD5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FD5D is #3602A2. Grayscale: #DBDBDB. Windows color (decimal): -3539619 or 6159817. OLE color: 6159817.

HSL color Cylindrical-coordinate representation of color #C9FD5D: hue angle of 79.5º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9FD5D is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 253 93 -
CMYK 0.21 0 0.63 0.01
HSL 79.5º 0.98% 0.68% -
HSV(B) 79.5º 0.63% 0.99% -
XYZ 61.19 83.46 23.24 -
YUV 219.21 56.77 115.01 -
System Red Green Blue C M Y K H S L
Decimal 201 253 93 0.21 0 0.63 0.01 79.5 0.98 0.68
Hex C9 FD 5D 15 0 3F 1 50 62 44
Octal 311 375 135 25 0 77 1 120 142 104
Binary 11001001 11111101 1011101 10101 0 111111 1 1010000 1100010 1000100

Color Harmonies of #C9FD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FD5D

Black with #C9FD5D

Text Example


Text Example

White with #C9FD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FD5D; }

 p { color: rgb(201,253,93); }

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

background-color css

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

 a { background-color: rgb(201,253,93); }

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

border-color css

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

 span { border-color: rgb(201,253,93); }

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