Html Css Color HEX #B5DC3F Conifer

📋 copy color: '#B5DC3F'

red 181 ◦ green 220 ◦ blue 63

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

Shades of Conifer #B5DC3F

Tints of Conifer #B5DC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.58%

R = 39.01%
G = 47.41%
B = 13.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#B5DC3F (or 0xB5DC3F) is known color: Conifer. HEX triplet: B5, DC and 3F. RGB value is (181,220,63). Sum of RGB (Red+Green+Blue) = 181+220+63=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 63 (25% from 255 or 13.58% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DC3F is #4A23C0. Grayscale: #BFBFBF. Windows color (decimal): -4858817 or 4185269. OLE color: 4185269.

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

Color convert

RGB 181 220 63 -
CMYK 0.18 0 0.71 0.14
HSL 74.9º 0.69% 0.55% -
HSV(B) 74.9º 0.71% 0.86% -
XYZ 45.55 61.37 14.15 -
YUV 190.44 56.08 121.27 -
System Red Green Blue C M Y K H S L
Decimal 181 220 63 0.18 0 0.71 0.14 74.9 0.69 0.55
Hex B5 DC 3F 12 0 47 E 4B 45 37
Octal 265 334 77 22 0 107 16 113 105 67
Binary 10110101 11011100 111111 10010 0 1000111 1110 1001011 1000101 110111

Color Harmonies of #B5DC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DC3F

Black with #B5DC3F

Text Example


Text Example

White with #B5DC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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