Html Css Color HEX #92D38F De York

📋 copy color: '#92D38F'

red 146 ◦ green 211 ◦ blue 143

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

Shades of De York #92D38F

Tints of De York #92D38F

RGB

 RED value IS 146 (57.42% from 255) = 29.2%

 GREEN value IS 211 (82.81% from 255) = 42.2%

 BLUE value IS 143 (56.25% from 255) = 28.6%

R = 29.2%
G = 42.2%
B = 28.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#92D38F (or 0x92D38F) is known color: De York. HEX triplet: 92, D3 and 8F. RGB value is (146,211,143). Sum of RGB (Red+Green+Blue) = 146+211+143=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 211 - color contains mainly: green. Hex color #92D38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D38F is #6D2C70. Grayscale: #B8B8B8. Windows color (decimal): -7154801 or 9425810. OLE color: 9425810.

HSL color Cylindrical-coordinate representation of color #92D38F: hue angle of 117.35º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92D38F is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 146 211 143 -
CMYK 0.31 0 0.32 0.17
HSL 117.35º 0.44% 0.69% -
HSV(B) 117.35º 0.32% 0.83% -
XYZ 40.11 54.68 34.43 -
YUV 183.81 104.97 101.03 -
System Red Green Blue C M Y K H S L
Decimal 146 211 143 0.31 0 0.32 0.17 117.35 0.44 0.69
Hex 92 D3 8F 1F 0 20 11 75 2C 45
Octal 222 323 217 37 0 40 21 165 54 105
Binary 10010010 11010011 10001111 11111 0 100000 10001 1110101 101100 1000101

Color Harmonies of #92D38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92D38F

Black with #92D38F

Text Example


Text Example

White with #92D38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92D38F; }

 p { color: rgb(146,211,143); }

 H1.HeaderClassName
 {
   color: #92D38F;
 }
 .AnyTagClassName
 {
   color: #92D38F;
 }
</style>

background-color css

<style>
 a { background-color: #92D38F; }

 a { background-color: rgb(146,211,143); }

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

border-color css

<style>
 span { border-color: #92D38F; }

 span { border-color: rgb(146,211,143); }

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