Html Css Color HEX #90F985 Light Green

📋 copy color: '#90F985'

red 144 ◦ green 249 ◦ blue 133

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

Shades of Light Green #90F985

Tints of Light Green #90F985

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.34%

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

R = 27.38%
G = 47.34%
B = 25.29%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#90F985 (or 0x90F985) is known color: Light Green. HEX triplet: 90, F9 and 85. RGB value is (144,249,133). Sum of RGB (Red+Green+Blue) = 144+249+133=526 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.38% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 249 - color contains mainly: green. Hex color #90F985 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90F985 is #6F067A. Grayscale: #CCCCCC. Windows color (decimal): -7276155 or 8780176. OLE color: 8780176.

HSL color Cylindrical-coordinate representation of color #90F985: hue angle of 114.31º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90F985 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 249 133 -
CMYK 0.42 0 0.47 0.02
HSL 114.31º 0.91% 0.75% -
HSV(B) 114.31º 0.47% 0.98% -
XYZ 49.61 75.37 34.12 -
YUV 204.38 87.71 84.93 -
System Red Green Blue C M Y K H S L
Decimal 144 249 133 0.42 0 0.47 0.02 114.31 0.91 0.75
Hex 90 F9 85 2A 0 2F 2 72 5B 4B
Octal 220 371 205 52 0 57 2 162 133 113
Binary 10010000 11111001 10000101 101010 0 101111 10 1110010 1011011 1001011

Color Harmonies of #90F985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90F985

Black with #90F985

Text Example


Text Example

White with #90F985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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