Html Css Color HEX #8BD592 De York

📋 copy color: '#8BD592'

red 139 ◦ green 213 ◦ blue 146

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

Shades of De York #8BD592

Tints of De York #8BD592

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.77%

 BLUE value IS 146 (57.42% from 255) = 29.32%

R = 27.91%
G = 42.77%
B = 29.32%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#8BD592 (or 0x8BD592) is known color: De York. HEX triplet: 8B, D5 and 92. RGB value is (139,213,146). Sum of RGB (Red+Green+Blue) = 139+213+146=498 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.91% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD592 is #742A6D. Grayscale: #B7B7B7. Windows color (decimal): -7613038 or 9622923. OLE color: 9622923.

HSL color Cylindrical-coordinate representation of color #8BD592: hue angle of 125.68º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BD592 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 139 213 146 -
CMYK 0.35 0 0.31 0.16
HSL 125.68º 0.47% 0.69% -
HSV(B) 125.68º 0.35% 0.84% -
XYZ 39.63 55.15 35.75 -
YUV 183.24 106.98 96.45 -
System Red Green Blue C M Y K H S L
Decimal 139 213 146 0.35 0 0.31 0.16 125.68 0.47 0.69
Hex 8B D5 92 23 0 1F 10 7E 2F 45
Octal 213 325 222 43 0 37 20 176 57 105
Binary 10001011 11010101 10010010 100011 0 11111 10000 1111110 101111 1000101

Color Harmonies of #8BD592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD592

Black with #8BD592

Text Example


Text Example

White with #8BD592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,213,146); }

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

background-color css

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

 a { background-color: rgb(139,213,146); }

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

border-color css

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

 span { border-color: rgb(139,213,146); }

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