Html Css Color HEX #B5DA40 Conifer

📋 copy color: '#B5DA40'

red 181 ◦ green 218 ◦ blue 64

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

Shades of Conifer #B5DA40

Tints of Conifer #B5DA40

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.08%

 BLUE value IS 64 (25.39% from 255) = 13.82%

R = 39.09%
G = 47.08%
B = 13.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#B5DA40 (or 0xB5DA40) is known color: Conifer. HEX triplet: B5, DA and 40. RGB value is (181,218,64). Sum of RGB (Red+Green+Blue) = 181+218+64=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 64 (25.39% from 255 or 13.82% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DA40 is #4A25BF. Grayscale: #BDBDBD. Windows color (decimal): -4859328 or 4250293. OLE color: 4250293.

HSL color Cylindrical-coordinate representation of color #B5DA40: hue angle of 74.42º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B5DA40 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 218 64 -
CMYK 0.17 0 0.71 0.15
HSL 74.42º 0.68% 0.55% -
HSV(B) 74.42º 0.71% 0.85% -
XYZ 45.05 60.34 14.12 -
YUV 189.38 57.24 122.02 -
System Red Green Blue C M Y K H S L
Decimal 181 218 64 0.17 0 0.71 0.15 74.42 0.68 0.55
Hex B5 DA 40 11 0 47 F 4A 44 37
Octal 265 332 100 21 0 107 17 112 104 67
Binary 10110101 11011010 1000000 10001 0 1000111 1111 1001010 1000100 110111

Color Harmonies of #B5DA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DA40

Black with #B5DA40

Text Example


Text Example

White with #B5DA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DA40; }

 p { color: rgb(181,218,64); }

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

background-color css

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

 a { background-color: rgb(181,218,64); }

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

border-color css

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

 span { border-color: rgb(181,218,64); }

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