Html Css Color HEX #B5DD67 Conifer

📋 copy color: '#B5DD67'

red 181 ◦ green 221 ◦ blue 103

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

Shades of Conifer #B5DD67

Tints of Conifer #B5DD67

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.76%

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

R = 35.84%
G = 43.76%
B = 20.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#B5DD67 (or 0xB5DD67) is known color: Conifer. HEX triplet: B5, DD and 67. RGB value is (181,221,103). Sum of RGB (Red+Green+Blue) = 181+221+103=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 103 (40.62% from 255 or 20.40% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DD67 is #4A2298. Grayscale: #C4C4C4. Windows color (decimal): -4858521 or 6806965. OLE color: 6806965.

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

Color convert

RGB 181 221 103 -
CMYK 0.18 0 0.53 0.13
HSL 80.34º 0.63% 0.64% -
HSV(B) 80.34º 0.53% 0.87% -
XYZ 47.36 62.52 22.4 -
YUV 195.59 75.75 117.59 -
System Red Green Blue C M Y K H S L
Decimal 181 221 103 0.18 0 0.53 0.13 80.34 0.63 0.64
Hex B5 DD 67 12 0 35 D 50 3F 40
Octal 265 335 147 22 0 65 15 120 77 100
Binary 10110101 11011101 1100111 10010 0 110101 1101 1010000 111111 1000000

Color Harmonies of #B5DD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DD67

Black with #B5DD67

Text Example


Text Example

White with #B5DD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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