Html Css Color HEX #75BD73 Fern

📋 copy color: '#75BD73'

red 117 ◦ green 189 ◦ blue 115

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

Shades of Fern #75BD73

Tints of Fern #75BD73

RGB

 RED value IS 117 (46.09% from 255) = 27.79%

 GREEN value IS 189 (74.22% from 255) = 44.89%

 BLUE value IS 115 (45.31% from 255) = 27.32%

R = 27.79%
G = 44.89%
B = 27.32%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#75BD73 (or 0x75BD73) is known color: Fern. HEX triplet: 75, BD and 73. RGB value is (117,189,115). Sum of RGB (Red+Green+Blue) = 117+189+115=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BD73 is #8A428C. Grayscale: #9F9F9F. Windows color (decimal): -9061005 or 7585141. OLE color: 7585141.

HSL color Cylindrical-coordinate representation of color #75BD73: hue angle of 118.38º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75BD73 is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 189 115 -
CMYK 0.38 0 0.39 0.26
HSL 118.38º 0.36% 0.6% -
HSV(B) 118.38º 0.39% 0.74% -
XYZ 28.63 41.41 22.7 -
YUV 159.04 103.15 98.02 -
System Red Green Blue C M Y K H S L
Decimal 117 189 115 0.38 0 0.39 0.26 118.38 0.36 0.6
Hex 75 BD 73 26 0 27 1A 76 24 3C
Octal 165 275 163 46 0 47 32 166 44 74
Binary 1110101 10111101 1110011 100110 0 100111 11010 1110110 100100 111100

Color Harmonies of #75BD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BD73

Black with #75BD73

Text Example


Text Example

White with #75BD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75BD73; }

 p { color: rgb(117,189,115); }

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

background-color css

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

 a { background-color: rgb(117,189,115); }

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

border-color css

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

 span { border-color: rgb(117,189,115); }

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