Html Css Color HEX #7ACF83 De York

📋 copy color: '#7ACF83'

red 122 ◦ green 207 ◦ blue 131

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

Shades of De York #7ACF83

Tints of De York #7ACF83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.48%

R = 26.52%
G = 45%
B = 28.48%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#7ACF83 (or 0x7ACF83) is known color: De York. HEX triplet: 7A, CF and 83. RGB value is (122,207,131). Sum of RGB (Red+Green+Blue) = 122+207+131=460 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.52% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACF83 is #85307C. Grayscale: #ADADAD. Windows color (decimal): -8728701 or 8638330. OLE color: 8638330.

HSL color Cylindrical-coordinate representation of color #7ACF83: hue angle of 126.35º 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 #7ACF83 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 207 131 -
CMYK 0.41 0 0.37 0.19
HSL 126.35º 0.47% 0.65% -
HSV(B) 126.35º 0.41% 0.81% -
XYZ 34.44 50.4 29.39 -
YUV 172.92 104.34 91.68 -
System Red Green Blue C M Y K H S L
Decimal 122 207 131 0.41 0 0.37 0.19 126.35 0.47 0.65
Hex 7A CF 83 29 0 25 13 7E 2F 41
Octal 172 317 203 51 0 45 23 176 57 101
Binary 1111010 11001111 10000011 101001 0 100101 10011 1111110 101111 1000001

Color Harmonies of #7ACF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACF83

Black with #7ACF83

Text Example


Text Example

White with #7ACF83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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