Html Css Color HEX #B5D745 Conifer

📋 copy color: '#B5D745'

red 181 ◦ green 215 ◦ blue 69

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

Shades of Conifer #B5D745

Tints of Conifer #B5D745

RGB

 RED value IS 181 (71.09% from 255) = 38.92%

 GREEN value IS 215 (84.38% from 255) = 46.24%

 BLUE value IS 69 (27.34% from 255) = 14.84%

R = 38.92%
G = 46.24%
B = 14.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#B5D745 (or 0xB5D745) is known color: Conifer. HEX triplet: B5, D7 and 45. RGB value is (181,215,69). Sum of RGB (Red+Green+Blue) = 181+215+69=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D745 is #4A28BA. Grayscale: #BCBCBC. Windows color (decimal): -4860091 or 4577205. OLE color: 4577205.

HSL color Cylindrical-coordinate representation of color #B5D745: hue angle of 73.97º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5D745 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 215 69 -
CMYK 0.16 0 0.68 0.16
HSL 73.97º 0.65% 0.56% -
HSV(B) 73.97º 0.68% 0.84% -
XYZ 44.43 58.85 14.65 -
YUV 188.19 60.74 122.87 -
System Red Green Blue C M Y K H S L
Decimal 181 215 69 0.16 0 0.68 0.16 73.97 0.65 0.56
Hex B5 D7 45 10 0 44 10 4A 41 38
Octal 265 327 105 20 0 104 20 112 101 70
Binary 10110101 11010111 1000101 10000 0 1000100 10000 1001010 1000001 111000

Color Harmonies of #B5D745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D745

Black with #B5D745

Text Example


Text Example

White with #B5D745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D745; }

 p { color: rgb(181,215,69); }

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

background-color css

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

 a { background-color: rgb(181,215,69); }

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

border-color css

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

 span { border-color: rgb(181,215,69); }

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