Html Css Color HEX #8BCF88 De York

📋 copy color: '#8BCF88'

red 139 ◦ green 207 ◦ blue 136

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

Shades of De York #8BCF88

Tints of De York #8BCF88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.22%

R = 28.84%
G = 42.95%
B = 28.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#8BCF88 (or 0x8BCF88) is known color: De York. HEX triplet: 8B, CF and 88. RGB value is (139,207,136). Sum of RGB (Red+Green+Blue) = 139+207+136=482 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.84% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCF88 is #743077. Grayscale: #B2B2B2. Windows color (decimal): -7614584 or 8966027. OLE color: 8966027.

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

Color convert

RGB 139 207 136 -
CMYK 0.33 0 0.34 0.19
HSL 117.46º 0.43% 0.67% -
HSV(B) 117.46º 0.34% 0.81% -
XYZ 37.4 51.89 31.34 -
YUV 178.57 103.97 99.77 -
System Red Green Blue C M Y K H S L
Decimal 139 207 136 0.33 0 0.34 0.19 117.46 0.43 0.67
Hex 8B CF 88 21 0 22 13 75 2B 43
Octal 213 317 210 41 0 42 23 165 53 103
Binary 10001011 11001111 10001000 100001 0 100010 10011 1110101 101011 1000011

Color Harmonies of #8BCF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCF88

Black with #8BCF88

Text Example


Text Example

White with #8BCF88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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