Html Css Color HEX #9FFB52 Conifer

📋 copy color: '#9FFB52'

red 159 ◦ green 251 ◦ blue 82

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

Shades of Conifer #9FFB52

Tints of Conifer #9FFB52

RGB

 RED value IS 159 (62.5% from 255) = 32.32%

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

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

R = 32.32%
G = 51.02%
B = 16.67%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#9FFB52 (or 0x9FFB52) is known color: Conifer. HEX triplet: 9F, FB and 52. RGB value is (159,251,82). Sum of RGB (Red+Green+Blue) = 159+251+82=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 251 (98.44% from 255 or 51.02% from 492); Blue value is 82 (32.42% from 255 or 16.67% from 492); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFB52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFB52 is #6004AD. Grayscale: #CCCCCC. Windows color (decimal): -6292654 or 5438367. OLE color: 5438367.

HSL color Cylindrical-coordinate representation of color #9FFB52: hue angle of 92.66º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9FFB52 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 251 82 -
CMYK 0.37 0 0.67 0.02
HSL 92.66º 0.95% 0.65% -
HSV(B) 92.66º 0.67% 0.98% -
XYZ 50.32 76.97 20.19 -
YUV 204.23 59.02 95.74 -
System Red Green Blue C M Y K H S L
Decimal 159 251 82 0.37 0 0.67 0.02 92.66 0.95 0.65
Hex 9F FB 52 25 0 43 2 5D 5F 41
Octal 237 373 122 45 0 103 2 135 137 101
Binary 10011111 11111011 1010010 100101 0 1000011 10 1011101 1011111 1000001

Color Harmonies of #9FFB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFB52

Black with #9FFB52

Text Example


Text Example

White with #9FFB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,251,82); }

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

background-color css

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

 a { background-color: rgb(159,251,82); }

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

border-color css

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

 span { border-color: rgb(159,251,82); }

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