Html Css Color HEX #7BCD8A De York

📋 copy color: '#7BCD8A'

red 123 ◦ green 205 ◦ blue 138

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

Shades of De York #7BCD8A

Tints of De York #7BCD8A

RGB

 RED value IS 123 (48.44% from 255) = 26.39%

 GREEN value IS 205 (80.47% from 255) = 43.99%

 BLUE value IS 138 (54.3% from 255) = 29.61%

R = 26.39%
G = 43.99%
B = 29.61%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#7BCD8A (or 0x7BCD8A) is known color: De York. HEX triplet: 7B, CD and 8A. RGB value is (123,205,138). Sum of RGB (Red+Green+Blue) = 123+205+138=466 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.39% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCD8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCD8A is #843275. Grayscale: #ADADAD. Windows color (decimal): -8663670 or 9096571. OLE color: 9096571.

HSL color Cylindrical-coordinate representation of color #7BCD8A: hue angle of 130.98º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCD8A is Cyan = 0.4, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 205 138 -
CMYK 0.4 0 0.33 0.20
HSL 130.98º 0.45% 0.64% -
HSV(B) 130.98º 0.4% 0.8% -
XYZ 34.59 49.71 31.82 -
YUV 172.84 108.33 92.45 -
System Red Green Blue C M Y K H S L
Decimal 123 205 138 0.4 0 0.33 0.20 130.98 0.45 0.64
Hex 7B CD 8A 28 0 21 14 83 2D 40
Octal 173 315 212 50 0 41 24 203 55 100
Binary 1111011 11001101 10001010 101000 0 100001 10100 10000011 101101 1000000

Color Harmonies of #7BCD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCD8A

Black with #7BCD8A

Text Example


Text Example

White with #7BCD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,205,138); }

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

background-color css

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

 a { background-color: rgb(123,205,138); }

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

border-color css

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

 span { border-color: rgb(123,205,138); }

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