Html Css Color HEX #07CA75 Mountain Meadow

📋 copy color: '#07CA75'

red 7 ◦ green 202 ◦ blue 117

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

Shades of Mountain Meadow #07CA75

Tints of Mountain Meadow #07CA75

RGB

 RED value IS 7 (3.13% from 255) = 2.15%

 GREEN value IS 202 (79.3% from 255) = 61.96%

 BLUE value IS 117 (46.09% from 255) = 35.89%

R = 2.15%
G = 61.96%
B = 35.89%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#07CA75 (or 0x07CA75) is known color: Mountain Meadow. HEX triplet: 07, CA and 75. RGB value is (7,202,117). Sum of RGB (Red+Green+Blue) = 7+202+117=326 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 326); Green value is 202 (79.30% from 255 or 61.96% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 202 - color contains mainly: green. Hex color #07CA75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07CA75 is #F8358A. Grayscale: #868686. Windows color (decimal): -16266635 or 7719431. OLE color: 7719431.

HSL color Cylindrical-coordinate representation of color #07CA75: hue angle of 153.85º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CA75 is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 7 202 117 -
CMYK 0.97 0 0.42 0.21
HSL 153.85º 0.93% 0.41% -
HSV(B) 153.85º 0.97% 0.79% -
XYZ 24.42 43.57 23.95 -
YUV 134.01 118.4 37.41 -
System Red Green Blue C M Y K H S L
Decimal 7 202 117 0.97 0 0.42 0.21 153.85 0.93 0.41
Hex 7 CA 75 61 0 2A 15 9A 5D 29
Octal 7 312 165 141 0 52 25 232 135 51
Binary 111 11001010 1110101 1100001 0 101010 10101 10011010 1011101 101001

Color Harmonies of #07CA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CA75

Black with #07CA75

Text Example


Text Example

White with #07CA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07CA75; }

 p { color: rgb(7,202,117); }

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

background-color css

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

 a { background-color: rgb(7,202,117); }

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

border-color css

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

 span { border-color: rgb(7,202,117); }

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