Html Css Color HEX #9BCF58 Conifer

📋 copy color: '#9BCF58'

red 155 ◦ green 207 ◦ blue 88

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

Shades of Conifer #9BCF58

Tints of Conifer #9BCF58

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46%

 BLUE value IS 88 (34.77% from 255) = 19.56%

R = 34.44%
G = 46%
B = 19.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#9BCF58 (or 0x9BCF58) is known color: Conifer. HEX triplet: 9B, CF and 58. RGB value is (155,207,88). Sum of RGB (Red+Green+Blue) = 155+207+88=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCF58 is #6430A7. Grayscale: #B2B2B2. Windows color (decimal): -6566056 or 5820315. OLE color: 5820315.

HSL color Cylindrical-coordinate representation of color #9BCF58: hue angle of 86.22º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BCF58 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 207 88 -
CMYK 0.25 0 0.57 0.19
HSL 86.22º 0.55% 0.58% -
HSV(B) 86.22º 0.57% 0.81% -
XYZ 37.59 52.3 17.35 -
YUV 177.89 77.27 111.68 -
System Red Green Blue C M Y K H S L
Decimal 155 207 88 0.25 0 0.57 0.19 86.22 0.55 0.58
Hex 9B CF 58 19 0 39 13 56 37 3A
Octal 233 317 130 31 0 71 23 126 67 72
Binary 10011011 11001111 1011000 11001 0 111001 10011 1010110 110111 111010

Color Harmonies of #9BCF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCF58

Black with #9BCF58

Text Example


Text Example

White with #9BCF58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,207,88); }

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

background-color css

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

 a { background-color: rgb(155,207,88); }

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

border-color css

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

 span { border-color: rgb(155,207,88); }

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