Html Css Color HEX #7FCA90 De York

📋 copy color: '#7FCA90'

red 127 ◦ green 202 ◦ blue 144

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

Shades of De York #7FCA90

Tints of De York #7FCA90

RGB

 RED value IS 127 (50% from 255) = 26.85%

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

 BLUE value IS 144 (56.64% from 255) = 30.44%

R = 26.85%
G = 42.71%
B = 30.44%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#7FCA90 (or 0x7FCA90) is known color: De York. HEX triplet: 7F, CA and 90. RGB value is (127,202,144). Sum of RGB (Red+Green+Blue) = 127+202+144=473 (62% of max value = 765). Red value is 127 (50% from 255 or 26.85% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCA90 is #80356F. Grayscale: #ADADAD. Windows color (decimal): -8402288 or 9489023. OLE color: 9489023.

HSL color Cylindrical-coordinate representation of color #7FCA90: hue angle of 133.6º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCA90 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 202 144 -
CMYK 0.37 0 0.29 0.21
HSL 133.6º 0.41% 0.65% -
HSV(B) 133.6º 0.37% 0.79% -
XYZ 34.91 48.77 33.96 -
YUV 172.96 111.65 95.22 -
System Red Green Blue C M Y K H S L
Decimal 127 202 144 0.37 0 0.29 0.21 133.6 0.41 0.65
Hex 7F CA 90 25 0 1D 15 86 29 41
Octal 177 312 220 45 0 35 25 206 51 101
Binary 1111111 11001010 10010000 100101 0 11101 10101 10000110 101001 1000001

Color Harmonies of #7FCA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCA90

Black with #7FCA90

Text Example


Text Example

White with #7FCA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,202,144); }

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

background-color css

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

 a { background-color: rgb(127,202,144); }

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

border-color css

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

 span { border-color: rgb(127,202,144); }

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