Html Css Color HEX #7ACF88 De York

📋 copy color: '#7ACF88'

red 122 ◦ green 207 ◦ blue 136

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

Shades of De York #7ACF88

Tints of De York #7ACF88

RGB

 RED value IS 122 (48.05% from 255) = 26.24%

 GREEN value IS 207 (81.25% from 255) = 44.52%

 BLUE value IS 136 (53.52% from 255) = 29.25%

R = 26.24%
G = 44.52%
B = 29.25%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#7ACF88 (or 0x7ACF88) is known color: De York. HEX triplet: 7A, CF and 88. RGB value is (122,207,136). Sum of RGB (Red+Green+Blue) = 122+207+136=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACF88 is #853077. Grayscale: #ADADAD. Windows color (decimal): -8728696 or 8966010. OLE color: 8966010.

HSL color Cylindrical-coordinate representation of color #7ACF88: hue angle of 129.88º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ACF88 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 207 136 -
CMYK 0.41 0 0.34 0.19
HSL 129.88º 0.47% 0.65% -
HSV(B) 129.88º 0.41% 0.81% -
XYZ 34.78 50.54 31.21 -
YUV 173.49 106.84 91.27 -
System Red Green Blue C M Y K H S L
Decimal 122 207 136 0.41 0 0.34 0.19 129.88 0.47 0.65
Hex 7A CF 88 29 0 22 13 82 2F 41
Octal 172 317 210 51 0 42 23 202 57 101
Binary 1111010 11001111 10001000 101001 0 100010 10011 10000010 101111 1000001

Color Harmonies of #7ACF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACF88

Black with #7ACF88

Text Example


Text Example

White with #7ACF88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,207,136); }

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

background-color css

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

 a { background-color: rgb(122,207,136); }

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

border-color css

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

 span { border-color: rgb(122,207,136); }

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