Html Css Color HEX #90CF94 De York

📋 copy color: '#90CF94'

red 144 ◦ green 207 ◦ blue 148

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

Shades of De York #90CF94

Tints of De York #90CF94

RGB

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

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

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

R = 28.86%
G = 41.48%
B = 29.66%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#90CF94 (or 0x90CF94) is known color: De York. HEX triplet: 90, CF and 94. RGB value is (144,207,148). Sum of RGB (Red+Green+Blue) = 144+207+148=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #90CF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CF94 is #6F306B. Grayscale: #B5B5B5. Windows color (decimal): -7286892 or 9752464. OLE color: 9752464.

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

Color convert

RGB 144 207 148 -
CMYK 0.30 0 0.29 0.19
HSL 123.81º 0.4% 0.69% -
HSV(B) 123.81º 0.3% 0.81% -
XYZ 39.16 52.69 36.12 -
YUV 181.44 109.13 101.3 -
System Red Green Blue C M Y K H S L
Decimal 144 207 148 0.30 0 0.29 0.19 123.81 0.4 0.69
Hex 90 CF 94 1E 0 1D 13 7C 28 45
Octal 220 317 224 36 0 35 23 174 50 105
Binary 10010000 11001111 10010100 11110 0 11101 10011 1111100 101000 1000101

Color Harmonies of #90CF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CF94

Black with #90CF94

Text Example


Text Example

White with #90CF94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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