Html Css Color HEX #7BDB94 De York

📋 copy color: '#7BDB94'

red 123 ◦ green 219 ◦ blue 148

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

Shades of De York #7BDB94

Tints of De York #7BDB94

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.69%

 BLUE value IS 148 (58.2% from 255) = 30.2%

R = 25.1%
G = 44.69%
B = 30.2%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#7BDB94 (or 0x7BDB94) is known color: De York. HEX triplet: 7B, DB and 94. RGB value is (123,219,148). Sum of RGB (Red+Green+Blue) = 123+219+148=490 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.10% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #7BDB94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDB94 is #84246B. Grayscale: #B6B6B6. Windows color (decimal): -8660076 or 9755515. OLE color: 9755515.

HSL color Cylindrical-coordinate representation of color #7BDB94: hue angle of 135.62º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDB94 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 219 148 -
CMYK 0.44 0 0.32 0.14
HSL 135.63º 0.57% 0.67% -
HSV(B) 135.63º 0.44% 0.86% -
XYZ 38.85 57.01 36.97 -
YUV 182.2 108.7 85.77 -
System Red Green Blue C M Y K H S L
Decimal 123 219 148 0.44 0 0.32 0.14 135.63 0.57 0.67
Hex 7B DB 94 2C 0 20 E 88 39 43
Octal 173 333 224 54 0 40 16 210 71 103
Binary 1111011 11011011 10010100 101100 0 100000 1110 10001000 111001 1000011

Color Harmonies of #7BDB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BDB94

Black with #7BDB94

Text Example


Text Example

White with #7BDB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,219,148); }

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

background-color css

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

 a { background-color: rgb(123,219,148); }

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

border-color css

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

 span { border-color: rgb(123,219,148); }

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