Html Css Color HEX #90CF8F De York

📋 copy color: '#90CF8F'

red 144 ◦ green 207 ◦ blue 143

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

Shades of De York #90CF8F

Tints of De York #90CF8F

RGB

 RED value IS 144 (56.64% from 255) = 29.15%

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

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

R = 29.15%
G = 41.9%
B = 28.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#90CF8F (or 0x90CF8F) is known color: De York. HEX triplet: 90, CF and 8F. RGB value is (144,207,143). Sum of RGB (Red+Green+Blue) = 144+207+143=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #90CF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CF8F is #6F3070. Grayscale: #B5B5B5. Windows color (decimal): -7286897 or 9424784. OLE color: 9424784.

HSL color Cylindrical-coordinate representation of color #90CF8F: hue angle of 119.06º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90CF8F is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 207 143 -
CMYK 0.30 0 0.31 0.19
HSL 119.06º 0.4% 0.69% -
HSV(B) 119.06º 0.31% 0.81% -
XYZ 38.77 52.54 34.08 -
YUV 180.87 106.63 101.7 -
System Red Green Blue C M Y K H S L
Decimal 144 207 143 0.30 0 0.31 0.19 119.06 0.4 0.69
Hex 90 CF 8F 1E 0 1F 13 77 28 45
Octal 220 317 217 36 0 37 23 167 50 105
Binary 10010000 11001111 10001111 11110 0 11111 10011 1110111 101000 1000101

Color Harmonies of #90CF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CF8F

Black with #90CF8F

Text Example


Text Example

White with #90CF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90CF8F; }

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

 H1.HeaderClassName
 {
   color: #90CF8F;
 }
 .AnyTagClassName
 {
   color: #90CF8F;
 }
</style>

background-color css

<style>
 a { background-color: #90CF8F; }

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

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

border-color css

<style>
 span { border-color: #90CF8F; }

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

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