Html Css Color HEX #B5DC67 Conifer

📋 copy color: '#B5DC67'

red 181 ◦ green 220 ◦ blue 103

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

Shades of Conifer #B5DC67

Tints of Conifer #B5DC67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.44%

R = 35.91%
G = 43.65%
B = 20.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#B5DC67 (or 0xB5DC67) is known color: Conifer. HEX triplet: B5, DC and 67. RGB value is (181,220,103). Sum of RGB (Red+Green+Blue) = 181+220+103=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 103 (40.62% from 255 or 20.44% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DC67 is #4A2398. Grayscale: #C3C3C3. Windows color (decimal): -4858777 or 6806709. OLE color: 6806709.

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

Color convert

RGB 181 220 103 -
CMYK 0.18 0 0.53 0.14
HSL 80º 0.63% 0.63% -
HSV(B) 80º 0.53% 0.86% -
XYZ 47.1 61.99 22.31 -
YUV 195 76.08 118.01 -
System Red Green Blue C M Y K H S L
Decimal 181 220 103 0.18 0 0.53 0.14 80 0.63 0.63
Hex B5 DC 67 12 0 35 E 50 3F 3F
Octal 265 334 147 22 0 65 16 120 77 77
Binary 10110101 11011100 1100111 10010 0 110101 1110 1010000 111111 111111

Color Harmonies of #B5DC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DC67

Black with #B5DC67

Text Example


Text Example

White with #B5DC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DC67; }

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

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

background-color css

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

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

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

border-color css

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

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

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