Html Css Color HEX #8CCF8B De York

📋 copy color: '#8CCF8B'

red 140 ◦ green 207 ◦ blue 139

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

Shades of De York #8CCF8B

Tints of De York #8CCF8B

RGB

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

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

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

R = 28.81%
G = 42.59%
B = 28.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#8CCF8B (or 0x8CCF8B) is known color: De York. HEX triplet: 8C, CF and 8B. RGB value is (140,207,139). Sum of RGB (Red+Green+Blue) = 140+207+139=486 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.81% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCF8B is #733074. Grayscale: #B3B3B3. Windows color (decimal): -7549045 or 9162636. OLE color: 9162636.

HSL color Cylindrical-coordinate representation of color #8CCF8B: hue angle of 119.12º 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 #8CCF8B is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 207 139 -
CMYK 0.32 0 0.33 0.19
HSL 119.12º 0.41% 0.68% -
HSV(B) 119.12º 0.33% 0.81% -
XYZ 37.79 52.07 32.48 -
YUV 179.22 105.3 100.03 -
System Red Green Blue C M Y K H S L
Decimal 140 207 139 0.32 0 0.33 0.19 119.12 0.41 0.68
Hex 8C CF 8B 20 0 21 13 77 29 44
Octal 214 317 213 40 0 41 23 167 51 104
Binary 10001100 11001111 10001011 100000 0 100001 10011 1110111 101001 1000100

Color Harmonies of #8CCF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCF8B

Black with #8CCF8B

Text Example


Text Example

White with #8CCF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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