Html Css Color HEX #7CBF74 De York

📋 copy color: '#7CBF74'

red 124 ◦ green 191 ◦ blue 116

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

Shades of De York #7CBF74

Tints of De York #7CBF74

RGB

 RED value IS 124 (48.83% from 255) = 28.77%

 GREEN value IS 191 (75% from 255) = 44.32%

 BLUE value IS 116 (45.7% from 255) = 26.91%

R = 28.77%
G = 44.32%
B = 26.91%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#7CBF74 (or 0x7CBF74) is known color: De York. HEX triplet: 7C, BF and 74. RGB value is (124,191,116). Sum of RGB (Red+Green+Blue) = 124+191+116=431 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.77% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBF74 is #83408B. Grayscale: #A2A2A2. Windows color (decimal): -8601740 or 7651196. OLE color: 7651196.

HSL color Cylindrical-coordinate representation of color #7CBF74: hue angle of 113.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CBF74 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 191 116 -
CMYK 0.35 0 0.39 0.25
HSL 113.6º 0.37% 0.6% -
HSV(B) 113.6º 0.39% 0.75% -
XYZ 30.1 42.81 23.2 -
YUV 162.42 101.8 100.6 -
System Red Green Blue C M Y K H S L
Decimal 124 191 116 0.35 0 0.39 0.25 113.6 0.37 0.6
Hex 7C BF 74 23 0 27 19 72 25 3C
Octal 174 277 164 43 0 47 31 162 45 74
Binary 1111100 10111111 1110100 100011 0 100111 11001 1110010 100101 111100

Color Harmonies of #7CBF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBF74

Black with #7CBF74

Text Example


Text Example

White with #7CBF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,191,116); }

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

background-color css

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

 a { background-color: rgb(124,191,116); }

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

border-color css

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

 span { border-color: rgb(124,191,116); }

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