Html Css Color HEX #B4D541 Conifer

📋 copy color: '#B4D541'

red 180 ◦ green 213 ◦ blue 65

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

Shades of Conifer #B4D541

Tints of Conifer #B4D541

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.51%

 BLUE value IS 65 (25.78% from 255) = 14.19%

R = 39.3%
G = 46.51%
B = 14.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#B4D541 (or 0xB4D541) is known color: Conifer. HEX triplet: B4, D5 and 41. RGB value is (180,213,65). Sum of RGB (Red+Green+Blue) = 180+213+65=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 65 (25.78% from 255 or 14.19% from 458); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D541 is #4B2ABE. Grayscale: #BABABA. Windows color (decimal): -4926143 or 4314548. OLE color: 4314548.

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

Color convert

RGB 180 213 65 -
CMYK 0.15 0 0.69 0.16
HSL 73.38º 0.64% 0.55% -
HSV(B) 73.38º 0.69% 0.84% -
XYZ 43.57 57.67 13.84 -
YUV 186.26 59.57 123.53 -
System Red Green Blue C M Y K H S L
Decimal 180 213 65 0.15 0 0.69 0.16 73.38 0.64 0.55
Hex B4 D5 41 F 0 45 10 49 40 37
Octal 264 325 101 17 0 105 20 111 100 67
Binary 10110100 11010101 1000001 1111 0 1000101 10000 1001001 1000000 110111

Color Harmonies of #B4D541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D541

Black with #B4D541

Text Example


Text Example

White with #B4D541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D541; }

 p { color: rgb(180,213,65); }

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

background-color css

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

 a { background-color: rgb(180,213,65); }

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

border-color css

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

 span { border-color: rgb(180,213,65); }

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