Html Css Color HEX #90CB85 De York

📋 copy color: '#90CB85'

red 144 ◦ green 203 ◦ blue 133

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

Shades of De York #90CB85

Tints of De York #90CB85

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.29%

 BLUE value IS 133 (52.34% from 255) = 27.71%

R = 30%
G = 42.29%
B = 27.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#90CB85 (or 0x90CB85) is known color: De York. HEX triplet: 90, CB and 85. RGB value is (144,203,133). Sum of RGB (Red+Green+Blue) = 144+203+133=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 203 - color contains mainly: green. Hex color #90CB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CB85 is #6F347A. Grayscale: #B1B1B1. Windows color (decimal): -7287931 or 8768400. OLE color: 8768400.

HSL color Cylindrical-coordinate representation of color #90CB85: hue angle of 110.57º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90CB85 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 203 133 -
CMYK 0.29 0 0.34 0.20
HSL 110.57º 0.4% 0.66% -
HSV(B) 110.57º 0.34% 0.8% -
XYZ 37.09 50.33 29.95 -
YUV 177.38 102.95 104.19 -
System Red Green Blue C M Y K H S L
Decimal 144 203 133 0.29 0 0.34 0.20 110.57 0.4 0.66
Hex 90 CB 85 1D 0 22 14 6F 28 42
Octal 220 313 205 35 0 42 24 157 50 102
Binary 10010000 11001011 10000101 11101 0 100010 10100 1101111 101000 1000010

Color Harmonies of #90CB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CB85

Black with #90CB85

Text Example


Text Example

White with #90CB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,203,133); }

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

background-color css

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

 a { background-color: rgb(144,203,133); }

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

border-color css

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

 span { border-color: rgb(144,203,133); }

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