Html Css Color HEX #9BF652 Conifer

📋 copy color: '#9BF652'

red 155 ◦ green 246 ◦ blue 82

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

Shades of Conifer #9BF652

Tints of Conifer #9BF652

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.93%

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

R = 32.09%
G = 50.93%
B = 16.98%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#9BF652 (or 0x9BF652) is known color: Conifer. HEX triplet: 9B, F6 and 52. RGB value is (155,246,82). Sum of RGB (Red+Green+Blue) = 155+246+82=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 246 (96.48% from 255 or 50.93% from 483); Blue value is 82 (32.42% from 255 or 16.98% from 483); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF652 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF652 is #6409AD. Grayscale: #C8C8C8. Windows color (decimal): -6556078 or 5437083. OLE color: 5437083.

HSL color Cylindrical-coordinate representation of color #9BF652: hue angle of 93.29º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9BF652 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 155 246 82 -
CMYK 0.37 0 0.67 0.04
HSL 93.29º 0.9% 0.64% -
HSV(B) 93.29º 0.67% 0.96% -
XYZ 48 73.49 19.64 -
YUV 200.1 61.35 95.84 -
System Red Green Blue C M Y K H S L
Decimal 155 246 82 0.37 0 0.67 0.04 93.29 0.9 0.64
Hex 9B F6 52 25 0 43 4 5D 5A 40
Octal 233 366 122 45 0 103 4 135 132 100
Binary 10011011 11110110 1010010 100101 0 1000011 100 1011101 1011010 1000000

Color Harmonies of #9BF652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF652

Black with #9BF652

Text Example


Text Example

White with #9BF652

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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