Html Css Color HEX #7BBF85 De York

📋 copy color: '#7BBF85'

red 123 ◦ green 191 ◦ blue 133

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

Shades of De York #7BBF85

Tints of De York #7BBF85

RGB

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

 GREEN value IS 191 (75% from 255) = 42.73%

 BLUE value IS 133 (52.34% from 255) = 29.75%

R = 27.52%
G = 42.73%
B = 29.75%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#7BBF85 (or 0x7BBF85) is known color: De York. HEX triplet: 7B, BF and 85. RGB value is (123,191,133). Sum of RGB (Red+Green+Blue) = 123+191+133=447 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.52% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #7BBF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBF85 is #84407A. Grayscale: #A4A4A4. Windows color (decimal): -8667259 or 8765307. OLE color: 8765307.

HSL color Cylindrical-coordinate representation of color #7BBF85: hue angle of 128.82º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BBF85 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 191 133 -
CMYK 0.36 0 0.30 0.25
HSL 128.82º 0.35% 0.62% -
HSV(B) 128.82º 0.36% 0.75% -
XYZ 31.03 43.17 28.89 -
YUV 164.06 110.47 98.72 -
System Red Green Blue C M Y K H S L
Decimal 123 191 133 0.36 0 0.30 0.25 128.82 0.35 0.62
Hex 7B BF 85 24 0 1E 19 81 23 3E
Octal 173 277 205 44 0 36 31 201 43 76
Binary 1111011 10111111 10000101 100100 0 11110 11001 10000001 100011 111110

Color Harmonies of #7BBF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBF85

Black with #7BBF85

Text Example


Text Example

White with #7BBF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,191,133); }

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

background-color css

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

 a { background-color: rgb(123,191,133); }

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

border-color css

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

 span { border-color: rgb(123,191,133); }

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