Html Css Color HEX #B4D75D Conifer

📋 copy color: '#B4D75D'

red 180 ◦ green 215 ◦ blue 93

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

Shades of Conifer #B4D75D

Tints of Conifer #B4D75D

RGB

 RED value IS 180 (70.7% from 255) = 36.89%

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

 BLUE value IS 93 (36.72% from 255) = 19.06%

R = 36.89%
G = 44.06%
B = 19.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#B4D75D (or 0xB4D75D) is known color: Conifer. HEX triplet: B4, D7 and 5D. RGB value is (180,215,93). Sum of RGB (Red+Green+Blue) = 180+215+93=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D75D is #4B28A2. Grayscale: #BFBFBF. Windows color (decimal): -4925603 or 6150068. OLE color: 6150068.

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

Color convert

RGB 180 215 93 -
CMYK 0.16 0 0.57 0.16
HSL 77.21º 0.6% 0.6% -
HSV(B) 77.21º 0.57% 0.84% -
XYZ 45.1 59.09 19.39 -
YUV 190.63 72.9 120.42 -
System Red Green Blue C M Y K H S L
Decimal 180 215 93 0.16 0 0.57 0.16 77.21 0.6 0.6
Hex B4 D7 5D 10 0 39 10 4D 3C 3C
Octal 264 327 135 20 0 71 20 115 74 74
Binary 10110100 11010111 1011101 10000 0 111001 10000 1001101 111100 111100

Color Harmonies of #B4D75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D75D

Black with #B4D75D

Text Example


Text Example

White with #B4D75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D75D; }

 p { color: rgb(180,215,93); }

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

background-color css

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

 a { background-color: rgb(180,215,93); }

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

border-color css

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

 span { border-color: rgb(180,215,93); }

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