Html Css Color HEX #40C253 Fruit Salad

📋 copy color: '#40C253'

red 64 ◦ green 194 ◦ blue 83

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

Shades of Fruit Salad #40C253

Tints of Fruit Salad #40C253

RGB

 RED value IS 64 (25.39% from 255) = 18.77%

 GREEN value IS 194 (76.17% from 255) = 56.89%

 BLUE value IS 83 (32.81% from 255) = 24.34%

R = 18.77%
G = 56.89%
B = 24.34%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#40C253 (or 0x40C253) is known color: Fruit Salad. HEX triplet: 40, C2 and 53. RGB value is (64,194,83). Sum of RGB (Red+Green+Blue) = 64+194+83=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 194 (76.17% from 255 or 56.89% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 194 - color contains mainly: green. Hex color #40C253 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C253 is #BF3DAC. Grayscale: #8E8E8E. Windows color (decimal): -12533165 or 5489216. OLE color: 5489216.

HSL color Cylindrical-coordinate representation of color #40C253: hue angle of 128.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C253 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 194 83 -
CMYK 0.67 0 0.57 0.24
HSL 128.77º 0.52% 0.51% -
HSV(B) 128.77º 0.67% 0.76% -
XYZ 22.97 40.3 14.75 -
YUV 142.48 94.43 72.03 -
System Red Green Blue C M Y K H S L
Decimal 64 194 83 0.67 0 0.57 0.24 128.77 0.52 0.51
Hex 40 C2 53 43 0 39 18 81 34 33
Octal 100 302 123 103 0 71 30 201 64 63
Binary 1000000 11000010 1010011 1000011 0 111001 11000 10000001 110100 110011

Color Harmonies of #40C253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C253

Black with #40C253

Text Example


Text Example

White with #40C253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40C253; }

 p { color: rgb(64,194,83); }

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

background-color css

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

 a { background-color: rgb(64,194,83); }

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

border-color css

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

 span { border-color: rgb(64,194,83); }

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