Html Css Color HEX #B4DF6B Conifer

📋 copy color: '#B4DF6B'

red 180 ◦ green 223 ◦ blue 107

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

Shades of Conifer #B4DF6B

Tints of Conifer #B4DF6B

RGB

 RED value IS 180 (70.7% from 255) = 35.29%

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

 BLUE value IS 107 (42.19% from 255) = 20.98%

R = 35.29%
G = 43.73%
B = 20.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#B4DF6B (or 0xB4DF6B) is known color: Conifer. HEX triplet: B4, DF and 6B. RGB value is (180,223,107). Sum of RGB (Red+Green+Blue) = 180+223+107=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 107 (42.19% from 255 or 20.98% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DF6B is #4B2094. Grayscale: #C5C5C5. Windows color (decimal): -4923541 or 7069620. OLE color: 7069620.

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

Color convert

RGB 180 223 107 -
CMYK 0.19 0 0.52 0.13
HSL 82.24º 0.64% 0.65% -
HSV(B) 82.24º 0.52% 0.87% -
XYZ 47.86 63.54 23.65 -
YUV 196.92 77.25 115.93 -
System Red Green Blue C M Y K H S L
Decimal 180 223 107 0.19 0 0.52 0.13 82.24 0.64 0.65
Hex B4 DF 6B 13 0 34 D 52 40 41
Octal 264 337 153 23 0 64 15 122 100 101
Binary 10110100 11011111 1101011 10011 0 110100 1101 1010010 1000000 1000001

Color Harmonies of #B4DF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DF6B

Black with #B4DF6B

Text Example


Text Example

White with #B4DF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DF6B; }

 p { color: rgb(180,223,107); }

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

background-color css

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

 a { background-color: rgb(180,223,107); }

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

border-color css

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

 span { border-color: rgb(180,223,107); }

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