Html Css Color HEX #C5EF64 Mindaro

📋 copy color: '#C5EF64'

red 197 ◦ green 239 ◦ blue 100

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

Shades of Mindaro #C5EF64

Tints of Mindaro #C5EF64

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.59%

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

R = 36.75%
G = 44.59%
B = 18.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#C5EF64 (or 0xC5EF64) is known color: Mindaro. HEX triplet: C5, EF and 64. RGB value is (197,239,100). Sum of RGB (Red+Green+Blue) = 197+239+100=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 100 (39.45% from 255 or 18.66% from 536); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EF64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EF64 is #3A109B. Grayscale: #D3D3D3. Windows color (decimal): -3805340 or 6614981. OLE color: 6614981.

HSL color Cylindrical-coordinate representation of color #C5EF64: hue angle of 78.13º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5EF64 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 239 100 -
CMYK 0.18 0 0.58 0.06
HSL 78.13º 0.81% 0.66% -
HSV(B) 78.13º 0.58% 0.94% -
XYZ 56.19 74.52 23.48 -
YUV 210.6 65.59 118.3 -
System Red Green Blue C M Y K H S L
Decimal 197 239 100 0.18 0 0.58 0.06 78.13 0.81 0.66
Hex C5 EF 64 12 0 3A 6 4E 51 42
Octal 305 357 144 22 0 72 6 116 121 102
Binary 11000101 11101111 1100100 10010 0 111010 110 1001110 1010001 1000010

Color Harmonies of #C5EF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EF64

Black with #C5EF64

Text Example


Text Example

White with #C5EF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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