Html Css Color HEX #9BE552 Conifer

📋 copy color: '#9BE552'

red 155 ◦ green 229 ◦ blue 82

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

Shades of Conifer #9BE552

Tints of Conifer #9BE552

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.14%

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

R = 33.26%
G = 49.14%
B = 17.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#9BE552 (or 0x9BE552) is known color: Conifer. HEX triplet: 9B, E5 and 52. RGB value is (155,229,82). Sum of RGB (Red+Green+Blue) = 155+229+82=466 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.26% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 82 (32.42% from 255 or 17.60% from 466); Max value from RGB is 229 - color contains mainly: green. Hex color #9BE552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE552 is #641AAD. Grayscale: #BEBEBE. Windows color (decimal): -6560430 or 5432731. OLE color: 5432731.

HSL color Cylindrical-coordinate representation of color #9BE552: hue angle of 90.2º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9BE552 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB 155 229 82 -
CMYK 0.32 0 0.64 0.10
HSL 90.2º 0.74% 0.61% -
HSV(B) 90.2º 0.64% 0.9% -
XYZ 43.06 63.62 17.99 -
YUV 190.12 66.98 102.95 -
System Red Green Blue C M Y K H S L
Decimal 155 229 82 0.32 0 0.64 0.10 90.2 0.74 0.61
Hex 9B E5 52 20 0 40 A 5A 4A 3D
Octal 233 345 122 40 0 100 12 132 112 75
Binary 10011011 11100101 1010010 100000 0 1000000 1010 1011010 1001010 111101

Color Harmonies of #9BE552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE552

Black with #9BE552

Text Example


Text Example

White with #9BE552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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