Html Css Color HEX #C9E75D Mindaro

📋 copy color: '#C9E75D'

red 201 ◦ green 231 ◦ blue 93

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

Shades of Mindaro #C9E75D

Tints of Mindaro #C9E75D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44%

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

R = 38.29%
G = 44%
B = 17.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#C9E75D (or 0xC9E75D) is known color: Mindaro. HEX triplet: C9, E7 and 5D. RGB value is (201,231,93). Sum of RGB (Red+Green+Blue) = 201+231+93=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 231 (90.62% from 255 or 44% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 231 - color contains mainly: green. Hex color #C9E75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9E75D is #3618A2. Grayscale: #CECECE. Windows color (decimal): -3545251 or 6154185. OLE color: 6154185.

HSL color Cylindrical-coordinate representation of color #C9E75D: hue angle of 73.04º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9E75D is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 231 93 -
CMYK 0.13 0 0.60 0.09
HSL 73.04º 0.74% 0.64% -
HSV(B) 73.04º 0.6% 0.91% -
XYZ 54.64 70.36 21.06 -
YUV 206.3 64.06 124.22 -
System Red Green Blue C M Y K H S L
Decimal 201 231 93 0.13 0 0.60 0.09 73.04 0.74 0.64
Hex C9 E7 5D D 0 3C 9 49 4A 40
Octal 311 347 135 15 0 74 11 111 112 100
Binary 11001001 11100111 1011101 1101 0 111100 1001 1001001 1001010 1000000

Color Harmonies of #C9E75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9E75D

Black with #C9E75D

Text Example


Text Example

White with #C9E75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9E75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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