Html Css Color HEX #90CF95 De York

📋 copy color: '#90CF95'

red 144 ◦ green 207 ◦ blue 149

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

Shades of De York #90CF95

Tints of De York #90CF95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.8%

R = 28.8%
G = 41.4%
B = 29.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#90CF95 (or 0x90CF95) is known color: De York. HEX triplet: 90, CF and 95. RGB value is (144,207,149). Sum of RGB (Red+Green+Blue) = 144+207+149=500 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.8% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #90CF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CF95 is #6F306A. Grayscale: #B5B5B5. Windows color (decimal): -7286891 or 9818000. OLE color: 9818000.

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

Color convert

RGB 144 207 149 -
CMYK 0.30 0 0.28 0.19
HSL 124.76º 0.4% 0.69% -
HSV(B) 124.76º 0.3% 0.81% -
XYZ 39.24 52.72 36.54 -
YUV 181.55 109.63 101.22 -
System Red Green Blue C M Y K H S L
Decimal 144 207 149 0.30 0 0.28 0.19 124.76 0.4 0.69
Hex 90 CF 95 1E 0 1C 13 7D 28 45
Octal 220 317 225 36 0 34 23 175 50 105
Binary 10010000 11001111 10010101 11110 0 11100 10011 1111101 101000 1000101

Color Harmonies of #90CF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CF95

Black with #90CF95

Text Example


Text Example

White with #90CF95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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