Html Css Color HEX #8BCF94 De York

📋 copy color: '#8BCF94'

red 139 ◦ green 207 ◦ blue 148

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

Shades of De York #8BCF94

Tints of De York #8BCF94

RGB

 RED value IS 139 (54.69% from 255) = 28.14%

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

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

R = 28.14%
G = 41.9%
B = 29.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#8BCF94 (or 0x8BCF94) is known color: De York. HEX triplet: 8B, CF and 94. RGB value is (139,207,148). Sum of RGB (Red+Green+Blue) = 139+207+148=494 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.14% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCF94 is #74306B. Grayscale: #B4B4B4. Windows color (decimal): -7614572 or 9752459. OLE color: 9752459.

HSL color Cylindrical-coordinate representation of color #8BCF94: hue angle of 127.94º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCF94 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 207 148 -
CMYK 0.33 0 0.29 0.19
HSL 127.94º 0.41% 0.68% -
HSV(B) 127.94º 0.33% 0.81% -
XYZ 38.31 52.25 36.08 -
YUV 179.94 109.97 98.8 -
System Red Green Blue C M Y K H S L
Decimal 139 207 148 0.33 0 0.29 0.19 127.94 0.41 0.68
Hex 8B CF 94 21 0 1D 13 80 29 44
Octal 213 317 224 41 0 35 23 200 51 104
Binary 10001011 11001111 10010100 100001 0 11101 10011 10000000 101001 1000100

Color Harmonies of #8BCF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCF94

Black with #8BCF94

Text Example


Text Example

White with #8BCF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BCF94; }

 p { color: rgb(139,207,148); }

 H1.HeaderClassName
 {
   color: #8BCF94;
 }
 .AnyTagClassName
 {
   color: #8BCF94;
 }
</style>

background-color css

<style>
 a { background-color: #8BCF94; }

 a { background-color: rgb(139,207,148); }

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

border-color css

<style>
 span { border-color: #8BCF94; }

 span { border-color: rgb(139,207,148); }

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