Html Css Color HEX #8CCF90 De York

📋 copy color: '#8CCF90'

red 140 ◦ green 207 ◦ blue 144

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

Shades of De York #8CCF90

Tints of De York #8CCF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.33%

R = 28.51%
G = 42.16%
B = 29.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#8CCF90 (or 0x8CCF90) is known color: De York. HEX triplet: 8C, CF and 90. RGB value is (140,207,144). Sum of RGB (Red+Green+Blue) = 140+207+144=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCF90 is #73306F. Grayscale: #B3B3B3. Windows color (decimal): -7549040 or 9490316. OLE color: 9490316.

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

Color convert

RGB 140 207 144 -
CMYK 0.32 0 0.30 0.19
HSL 123.58º 0.41% 0.68% -
HSV(B) 123.58º 0.32% 0.81% -
XYZ 38.16 52.21 34.45 -
YUV 179.79 107.8 99.62 -
System Red Green Blue C M Y K H S L
Decimal 140 207 144 0.32 0 0.30 0.19 123.58 0.41 0.68
Hex 8C CF 90 20 0 1E 13 7C 29 44
Octal 214 317 220 40 0 36 23 174 51 104
Binary 10001100 11001111 10010000 100000 0 11110 10011 1111100 101001 1000100

Color Harmonies of #8CCF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCF90

Black with #8CCF90

Text Example


Text Example

White with #8CCF90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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