Html Css Color HEX #9DFB85 Pale Green

📋 copy color: '#9DFB85'

red 157 ◦ green 251 ◦ blue 133

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

Shades of Pale Green #9DFB85

Tints of Pale Green #9DFB85

RGB

 RED value IS 157 (61.72% from 255) = 29.02%

 GREEN value IS 251 (98.44% from 255) = 46.4%

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

R = 29.02%
G = 46.4%
B = 24.58%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#9DFB85 (or 0x9DFB85) is known color: Pale Green. HEX triplet: 9D, FB and 85. RGB value is (157,251,133). Sum of RGB (Red+Green+Blue) = 157+251+133=541 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.02% from 541); Green value is 251 (98.44% from 255 or 46.40% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 251 - color contains mainly: green. Hex color #9DFB85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DFB85 is #62047A. Grayscale: #D1D1D1. Windows color (decimal): -6423675 or 8780701. OLE color: 8780701.

HSL color Cylindrical-coordinate representation of color #9DFB85: hue angle of 107.8º degrees, saturation: 0.94, 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 #9DFB85 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 251 133 -
CMYK 0.37 0 0.47 0.02
HSL 107.8º 0.94% 0.75% -
HSV(B) 107.8º 0.47% 0.98% -
XYZ 52.64 77.86 34.44 -
YUV 209.44 84.86 90.59 -
System Red Green Blue C M Y K H S L
Decimal 157 251 133 0.37 0 0.47 0.02 107.8 0.94 0.75
Hex 9D FB 85 25 0 2F 2 6C 5E 4B
Octal 235 373 205 45 0 57 2 154 136 113
Binary 10011101 11111011 10000101 100101 0 101111 10 1101100 1011110 1001011

Color Harmonies of #9DFB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFB85

Black with #9DFB85

Text Example


Text Example

White with #9DFB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DFB85; }

 p { color: rgb(157,251,133); }

 H1.HeaderClassName
 {
   color: #9DFB85;
 }
 .AnyTagClassName
 {
   color: #9DFB85;
 }
</style>

background-color css

<style>
 a { background-color: #9DFB85; }

 a { background-color: rgb(157,251,133); }

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

border-color css

<style>
 span { border-color: #9DFB85; }

 span { border-color: rgb(157,251,133); }

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