Html Css Color HEX #8BCF84 De York

📋 copy color: '#8BCF84'

red 139 ◦ green 207 ◦ blue 132

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

Shades of De York #8BCF84

Tints of De York #8BCF84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.62%

R = 29.08%
G = 43.31%
B = 27.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#8BCF84 (or 0x8BCF84) is known color: De York. HEX triplet: 8B, CF and 84. RGB value is (139,207,132). Sum of RGB (Red+Green+Blue) = 139+207+132=478 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.08% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCF84 is #74307B. Grayscale: #B2B2B2. Windows color (decimal): -7614588 or 8703883. OLE color: 8703883.

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

Color convert

RGB 139 207 132 -
CMYK 0.33 0 0.36 0.19
HSL 114.4º 0.44% 0.66% -
HSV(B) 114.4º 0.36% 0.81% -
XYZ 37.13 51.78 29.87 -
YUV 178.12 101.97 100.1 -
System Red Green Blue C M Y K H S L
Decimal 139 207 132 0.33 0 0.36 0.19 114.4 0.44 0.66
Hex 8B CF 84 21 0 24 13 72 2C 42
Octal 213 317 204 41 0 44 23 162 54 102
Binary 10001011 11001111 10000100 100001 0 100100 10011 1110010 101100 1000010

Color Harmonies of #8BCF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCF84

Black with #8BCF84

Text Example


Text Example

White with #8BCF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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