Html Css Color HEX #9BF752 Conifer

📋 copy color: '#9BF752'

red 155 ◦ green 247 ◦ blue 82

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

Shades of Conifer #9BF752

Tints of Conifer #9BF752

RGB

 RED value IS 155 (60.94% from 255) = 32.02%

 GREEN value IS 247 (96.88% from 255) = 51.03%

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

R = 32.02%
G = 51.03%
B = 16.94%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#9BF752 (or 0x9BF752) is known color: Conifer. HEX triplet: 9B, F7 and 52. RGB value is (155,247,82). Sum of RGB (Red+Green+Blue) = 155+247+82=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 247 (96.88% from 255 or 51.03% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 247 - color contains mainly: green. Hex color #9BF752 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF752 is #6408AD. Grayscale: #C9C9C9. Windows color (decimal): -6555822 or 5437339. OLE color: 5437339.

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

Color convert

RGB 155 247 82 -
CMYK 0.37 0 0.67 0.03
HSL 93.45º 0.91% 0.65% -
HSV(B) 93.45º 0.67% 0.97% -
XYZ 48.3 74.1 19.74 -
YUV 200.68 61.02 95.42 -
System Red Green Blue C M Y K H S L
Decimal 155 247 82 0.37 0 0.67 0.03 93.45 0.91 0.65
Hex 9B F7 52 25 0 43 3 5D 5B 41
Octal 233 367 122 45 0 103 3 135 133 101
Binary 10011011 11110111 1010010 100101 0 1000011 11 1011101 1011011 1000001

Color Harmonies of #9BF752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF752

Black with #9BF752

Text Example


Text Example

White with #9BF752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,247,82); }

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

background-color css

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

 a { background-color: rgb(155,247,82); }

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

border-color css

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

 span { border-color: rgb(155,247,82); }

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