Html Css Color HEX #B5DD68 Conifer

📋 copy color: '#B5DD68'

red 181 ◦ green 221 ◦ blue 104

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

Shades of Conifer #B5DD68

Tints of Conifer #B5DD68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.55%

R = 35.77%
G = 43.68%
B = 20.55%

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

#B5DD68 (or 0xB5DD68) is known color: Conifer. HEX triplet: B5, DD and 68. RGB value is (181,221,104). Sum of RGB (Red+Green+Blue) = 181+221+104=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 104 (41.02% from 255 or 20.55% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DD68 is #4A2297. Grayscale: #C4C4C4. Windows color (decimal): -4858520 or 6872501. OLE color: 6872501.

HSL color Cylindrical-coordinate representation of color #B5DD68: hue angle of 80.51º 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 #B5DD68 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 221 104 -
CMYK 0.18 0 0.53 0.13
HSL 80.51º 0.63% 0.64% -
HSV(B) 80.51º 0.53% 0.87% -
XYZ 47.41 62.54 22.67 -
YUV 195.7 76.25 117.51 -
System Red Green Blue C M Y K H S L
Decimal 181 221 104 0.18 0 0.53 0.13 80.51 0.63 0.64
Hex B5 DD 68 12 0 35 D 51 3F 40
Octal 265 335 150 22 0 65 15 121 77 100
Binary 10110101 11011101 1101000 10010 0 110101 1101 1010001 111111 1000000

Color Harmonies of #B5DD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DD68

Black with #B5DD68

Text Example


Text Example

White with #B5DD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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