Html Css Color HEX #C5E264 Mindaro

📋 copy color: '#C5E264'

red 197 ◦ green 226 ◦ blue 100

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

Shades of Mindaro #C5E264

Tints of Mindaro #C5E264

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.21%

 BLUE value IS 100 (39.45% from 255) = 19.12%

R = 37.67%
G = 43.21%
B = 19.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#C5E264 (or 0xC5E264) is known color: Mindaro. HEX triplet: C5, E2 and 64. RGB value is (197,226,100). Sum of RGB (Red+Green+Blue) = 197+226+100=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 226 (88.67% from 255 or 43.21% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 226 - color contains mainly: green. Hex color #C5E264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E264 is #3A1D9B. Grayscale: #CBCBCB. Windows color (decimal): -3808668 or 6611653. OLE color: 6611653.

HSL color Cylindrical-coordinate representation of color #C5E264: hue angle of 73.81º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5E264 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 197 226 100 -
CMYK 0.13 0 0.56 0.11
HSL 73.81º 0.68% 0.64% -
HSV(B) 73.81º 0.56% 0.89% -
XYZ 52.52 67.18 22.26 -
YUV 202.97 69.89 123.75 -
System Red Green Blue C M Y K H S L
Decimal 197 226 100 0.13 0 0.56 0.11 73.81 0.68 0.64
Hex C5 E2 64 D 0 38 B 4A 44 40
Octal 305 342 144 15 0 70 13 112 104 100
Binary 11000101 11100010 1100100 1101 0 111000 1011 1001010 1000100 1000000

Color Harmonies of #C5E264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E264

Black with #C5E264

Text Example


Text Example

White with #C5E264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E264; }

 p { color: rgb(197,226,100); }

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

background-color css

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

 a { background-color: rgb(197,226,100); }

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

border-color css

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

 span { border-color: rgb(197,226,100); }

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