Html Css Color HEX #8CCF94 De York

📋 copy color: '#8CCF94'

red 140 ◦ green 207 ◦ blue 148

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

Shades of De York #8CCF94

Tints of De York #8CCF94

RGB

 RED value IS 140 (55.08% from 255) = 28.28%

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

 BLUE value IS 148 (58.2% from 255) = 29.9%

R = 28.28%
G = 41.82%
B = 29.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#8CCF94 (or 0x8CCF94) is known color: De York. HEX triplet: 8C, CF and 94. RGB value is (140,207,148). Sum of RGB (Red+Green+Blue) = 140+207+148=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCF94 is #73306B. Grayscale: #B4B4B4. Windows color (decimal): -7549036 or 9752460. OLE color: 9752460.

HSL color Cylindrical-coordinate representation of color #8CCF94: hue angle of 127.16º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCF94 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 207 148 -
CMYK 0.32 0 0.29 0.19
HSL 127.16º 0.41% 0.68% -
HSV(B) 127.16º 0.32% 0.81% -
XYZ 38.47 52.34 36.09 -
YUV 180.24 109.8 99.3 -
System Red Green Blue C M Y K H S L
Decimal 140 207 148 0.32 0 0.29 0.19 127.16 0.41 0.68
Hex 8C CF 94 20 0 1D 13 7F 29 44
Octal 214 317 224 40 0 35 23 177 51 104
Binary 10001100 11001111 10010100 100000 0 11101 10011 1111111 101001 1000100

Color Harmonies of #8CCF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCF94

Black with #8CCF94

Text Example


Text Example

White with #8CCF94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,207,148); }

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

background-color css

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

 a { background-color: rgb(140,207,148); }

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

border-color css

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

 span { border-color: rgb(140,207,148); }

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