Html Css Color HEX #7DC335 Lima

📋 copy color: '#7DC335'

red 125 ◦ green 195 ◦ blue 53

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

Shades of Lima #7DC335

Tints of Lima #7DC335

RGB

 RED value IS 125 (49.22% from 255) = 33.51%

 GREEN value IS 195 (76.56% from 255) = 52.28%

 BLUE value IS 53 (21.09% from 255) = 14.21%

R = 33.51%
G = 52.28%
B = 14.21%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#7DC335 (or 0x7DC335) is known color: Lima. HEX triplet: 7D, C3 and 35. RGB value is (125,195,53). Sum of RGB (Red+Green+Blue) = 125+195+53=373 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.51% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC335 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC335 is #823CCA. Grayscale: #9E9E9E. Windows color (decimal): -8535243 or 3523453. OLE color: 3523453.

HSL color Cylindrical-coordinate representation of color #7DC335: hue angle of 89.58º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7DC335 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 195 53 -
CMYK 0.36 0 0.73 0.24
HSL 89.58º 0.57% 0.49% -
HSV(B) 89.58º 0.73% 0.76% -
XYZ 28.62 43.65 10.28 -
YUV 157.88 68.81 104.55 -
System Red Green Blue C M Y K H S L
Decimal 125 195 53 0.36 0 0.73 0.24 89.58 0.57 0.49
Hex 7D C3 35 24 0 49 18 5A 39 31
Octal 175 303 65 44 0 111 30 132 71 61
Binary 1111101 11000011 110101 100100 0 1001001 11000 1011010 111001 110001

Color Harmonies of #7DC335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC335

Black with #7DC335

Text Example


Text Example

White with #7DC335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DC335; }

 p { color: rgb(125,195,53); }

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

background-color css

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

 a { background-color: rgb(125,195,53); }

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

border-color css

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

 span { border-color: rgb(125,195,53); }

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