Html Css Color HEX #9DE752 Conifer

📋 copy color: '#9DE752'

red 157 ◦ green 231 ◦ blue 82

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

Shades of Conifer #9DE752

Tints of Conifer #9DE752

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.15%

 BLUE value IS 82 (32.42% from 255) = 17.45%

R = 33.4%
G = 49.15%
B = 17.45%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#9DE752 (or 0x9DE752) is known color: Conifer. HEX triplet: 9D, E7 and 52. RGB value is (157,231,82). Sum of RGB (Red+Green+Blue) = 157+231+82=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 231 (90.62% from 255 or 49.15% from 470); Blue value is 82 (32.42% from 255 or 17.45% from 470); Max value from RGB is 231 - color contains mainly: green. Hex color #9DE752 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DE752 is #6218AD. Grayscale: #C0C0C0. Windows color (decimal): -6428846 or 5433245. OLE color: 5433245.

HSL color Cylindrical-coordinate representation of color #9DE752: hue angle of 89.8º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DE752 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 157 231 82 -
CMYK 0.32 0 0.65 0.09
HSL 89.8º 0.76% 0.61% -
HSV(B) 89.8º 0.65% 0.91% -
XYZ 44 64.93 18.2 -
YUV 191.89 65.98 103.12 -
System Red Green Blue C M Y K H S L
Decimal 157 231 82 0.32 0 0.65 0.09 89.8 0.76 0.61
Hex 9D E7 52 20 0 41 9 5A 4C 3D
Octal 235 347 122 40 0 101 11 132 114 75
Binary 10011101 11100111 1010010 100000 0 1000001 1001 1011010 1001100 111101

Color Harmonies of #9DE752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE752

Black with #9DE752

Text Example


Text Example

White with #9DE752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,231,82); }

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

background-color css

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

 a { background-color: rgb(157,231,82); }

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

border-color css

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

 span { border-color: rgb(157,231,82); }

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