Html Css Color HEX #C4E268 Mindaro

📋 copy color: '#C4E268'

red 196 ◦ green 226 ◦ blue 104

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

Shades of Mindaro #C4E268

Tints of Mindaro #C4E268

RGB

 RED value IS 196 (76.95% from 255) = 37.26%

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

 BLUE value IS 104 (41.02% from 255) = 19.77%

R = 37.26%
G = 42.97%
B = 19.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#C4E268 (or 0xC4E268) is known color: Mindaro. HEX triplet: C4, E2 and 68. RGB value is (196,226,104). Sum of RGB (Red+Green+Blue) = 196+226+104=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 226 (88.67% from 255 or 42.97% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 226 - color contains mainly: green. Hex color #C4E268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4E268 is #3B1D97. Grayscale: #CBCBCB. Windows color (decimal): -3874200 or 6873796. OLE color: 6873796.

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

Color convert

RGB 196 226 104 -
CMYK 0.13 0 0.54 0.11
HSL 74.75º 0.68% 0.65% -
HSV(B) 74.75º 0.54% 0.89% -
XYZ 52.46 67.13 23.29 -
YUV 203.12 72.06 122.92 -
System Red Green Blue C M Y K H S L
Decimal 196 226 104 0.13 0 0.54 0.11 74.75 0.68 0.65
Hex C4 E2 68 D 0 36 B 4B 44 41
Octal 304 342 150 15 0 66 13 113 104 101
Binary 11000100 11100010 1101000 1101 0 110110 1011 1001011 1000100 1000001

Color Harmonies of #C4E268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4E268

Black with #C4E268

Text Example


Text Example

White with #C4E268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4E268; }

 p { color: rgb(196,226,104); }

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

background-color css

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

 a { background-color: rgb(196,226,104); }

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

border-color css

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

 span { border-color: rgb(196,226,104); }

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