Html Css Color HEX #B5DF3F Conifer

📋 copy color: '#B5DF3F'

red 181 ◦ green 223 ◦ blue 63

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

Shades of Conifer #B5DF3F

Tints of Conifer #B5DF3F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.75%

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

R = 38.76%
G = 47.75%
B = 13.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#B5DF3F (or 0xB5DF3F) is known color: Conifer. HEX triplet: B5, DF and 3F. RGB value is (181,223,63). Sum of RGB (Red+Green+Blue) = 181+223+63=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 63 (25% from 255 or 13.49% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DF3F is #4A20C0. Grayscale: #C0C0C0. Windows color (decimal): -4858049 or 4186037. OLE color: 4186037.

HSL color Cylindrical-coordinate representation of color #B5DF3F: hue angle of 75.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5DF3F is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 223 63 -
CMYK 0.19 0 0.72 0.13
HSL 75.75º 0.71% 0.56% -
HSV(B) 75.75º 0.72% 0.87% -
XYZ 46.34 62.96 14.41 -
YUV 192.2 55.09 120.01 -
System Red Green Blue C M Y K H S L
Decimal 181 223 63 0.19 0 0.72 0.13 75.75 0.71 0.56
Hex B5 DF 3F 13 0 48 D 4C 47 38
Octal 265 337 77 23 0 110 15 114 107 70
Binary 10110101 11011111 111111 10011 0 1001000 1101 1001100 1000111 111000

Color Harmonies of #B5DF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DF3F

Black with #B5DF3F

Text Example


Text Example

White with #B5DF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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