Html Css Color HEX #7BCF85 De York

📋 copy color: '#7BCF85'

red 123 ◦ green 207 ◦ blue 133

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

Shades of De York #7BCF85

Tints of De York #7BCF85

RGB

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

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

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

R = 26.57%
G = 44.71%
B = 28.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#7BCF85 (or 0x7BCF85) is known color: De York. HEX triplet: 7B, CF and 85. RGB value is (123,207,133). Sum of RGB (Red+Green+Blue) = 123+207+133=463 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.57% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCF85 is #84307A. Grayscale: #ADADAD. Windows color (decimal): -8663163 or 8769403. OLE color: 8769403.

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

Color convert

RGB 123 207 133 -
CMYK 0.41 0 0.36 0.19
HSL 127.14º 0.47% 0.65% -
HSV(B) 127.14º 0.41% 0.81% -
XYZ 34.71 50.53 30.11 -
YUV 173.45 105.17 92.02 -
System Red Green Blue C M Y K H S L
Decimal 123 207 133 0.41 0 0.36 0.19 127.14 0.47 0.65
Hex 7B CF 85 29 0 24 13 7F 2F 41
Octal 173 317 205 51 0 44 23 177 57 101
Binary 1111011 11001111 10000101 101001 0 100100 10011 1111111 101111 1000001

Color Harmonies of #7BCF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCF85

Black with #7BCF85

Text Example


Text Example

White with #7BCF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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