Html Css Color HEX #93CF8B De York

📋 copy color: '#93CF8B'

red 147 ◦ green 207 ◦ blue 139

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

Shades of De York #93CF8B

Tints of De York #93CF8B

RGB

 RED value IS 147 (57.81% from 255) = 29.82%

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

 BLUE value IS 139 (54.69% from 255) = 28.19%

R = 29.82%
G = 41.99%
B = 28.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#93CF8B (or 0x93CF8B) is known color: De York. HEX triplet: 93, CF and 8B. RGB value is (147,207,139). Sum of RGB (Red+Green+Blue) = 147+207+139=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #93CF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CF8B is #6C3074. Grayscale: #B5B5B5. Windows color (decimal): -7090293 or 9162643. OLE color: 9162643.

HSL color Cylindrical-coordinate representation of color #93CF8B: hue angle of 112.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 #93CF8B is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 207 139 -
CMYK 0.29 0 0.33 0.19
HSL 112.94º 0.41% 0.68% -
HSV(B) 112.94º 0.33% 0.81% -
XYZ 39.01 52.69 32.54 -
YUV 181.31 104.12 103.53 -
System Red Green Blue C M Y K H S L
Decimal 147 207 139 0.29 0 0.33 0.19 112.94 0.41 0.68
Hex 93 CF 8B 1D 0 21 13 71 29 44
Octal 223 317 213 35 0 41 23 161 51 104
Binary 10010011 11001111 10001011 11101 0 100001 10011 1110001 101001 1000100

Color Harmonies of #93CF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CF8B

Black with #93CF8B

Text Example


Text Example

White with #93CF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93CF8B; }

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

 H1.HeaderClassName
 {
   color: #93CF8B;
 }
 .AnyTagClassName
 {
   color: #93CF8B;
 }
</style>

background-color css

<style>
 a { background-color: #93CF8B; }

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

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

border-color css

<style>
 span { border-color: #93CF8B; }

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

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