Html Css Color HEX #B5DC41 Conifer

📋 copy color: '#B5DC41'

red 181 ◦ green 220 ◦ blue 65

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

Shades of Conifer #B5DC41

Tints of Conifer #B5DC41

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.21%

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

R = 38.84%
G = 47.21%
B = 13.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#B5DC41 (or 0xB5DC41) is known color: Conifer. HEX triplet: B5, DC and 41. RGB value is (181,220,65). Sum of RGB (Red+Green+Blue) = 181+220+65=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 65 (25.78% from 255 or 13.95% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DC41 is #4A23BE. Grayscale: #BFBFBF. Windows color (decimal): -4858815 or 4316341. OLE color: 4316341.

HSL color Cylindrical-coordinate representation of color #B5DC41: hue angle of 75.1º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5DC41 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 220 65 -
CMYK 0.18 0 0.70 0.14
HSL 75.1º 0.69% 0.56% -
HSV(B) 75.1º 0.7% 0.86% -
XYZ 45.6 61.39 14.45 -
YUV 190.67 57.08 121.1 -
System Red Green Blue C M Y K H S L
Decimal 181 220 65 0.18 0 0.70 0.14 75.1 0.69 0.56
Hex B5 DC 41 12 0 46 E 4B 45 38
Octal 265 334 101 22 0 106 16 113 105 70
Binary 10110101 11011100 1000001 10010 0 1000110 1110 1001011 1000101 111000

Color Harmonies of #B5DC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DC41

Black with #B5DC41

Text Example


Text Example

White with #B5DC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DC41; }

 p { color: rgb(181,220,65); }

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

background-color css

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

 a { background-color: rgb(181,220,65); }

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

border-color css

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

 span { border-color: rgb(181,220,65); }

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