Html Css Color HEX #B5D74B Conifer

📋 copy color: '#B5D74B'

red 181 ◦ green 215 ◦ blue 75

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

Shades of Conifer #B5D74B

Tints of Conifer #B5D74B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.92%

R = 38.43%
G = 45.65%
B = 15.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#B5D74B (or 0xB5D74B) is known color: Conifer. HEX triplet: B5, D7 and 4B. RGB value is (181,215,75). Sum of RGB (Red+Green+Blue) = 181+215+75=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D74B is #4A28B4. Grayscale: #BDBDBD. Windows color (decimal): -4860085 or 4970421. OLE color: 4970421.

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

Color convert

RGB 181 215 75 -
CMYK 0.16 0 0.65 0.16
HSL 74.57º 0.64% 0.57% -
HSV(B) 74.57º 0.65% 0.84% -
XYZ 44.63 58.93 15.68 -
YUV 188.87 63.74 122.38 -
System Red Green Blue C M Y K H S L
Decimal 181 215 75 0.16 0 0.65 0.16 74.57 0.64 0.57
Hex B5 D7 4B 10 0 41 10 4B 40 39
Octal 265 327 113 20 0 101 20 113 100 71
Binary 10110101 11010111 1001011 10000 0 1000001 10000 1001011 1000000 111001

Color Harmonies of #B5D74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D74B

Black with #B5D74B

Text Example


Text Example

White with #B5D74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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