Html Css Color HEX #B4DF4B Conifer

📋 copy color: '#B4DF4B'

red 180 ◦ green 223 ◦ blue 75

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

Shades of Conifer #B4DF4B

Tints of Conifer #B4DF4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.69%

R = 37.66%
G = 46.65%
B = 15.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#B4DF4B (or 0xB4DF4B) is known color: Conifer. HEX triplet: B4, DF and 4B. RGB value is (180,223,75). Sum of RGB (Red+Green+Blue) = 180+223+75=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 75 (29.69% from 255 or 15.69% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4DF4B is #4B20B4. Grayscale: #C1C1C1. Windows color (decimal): -4923573 or 4972468. OLE color: 4972468.

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

Color convert

RGB 180 223 75 -
CMYK 0.19 0 0.66 0.13
HSL 77.43º 0.7% 0.58% -
HSV(B) 77.43º 0.66% 0.87% -
XYZ 46.48 62.99 16.36 -
YUV 193.27 61.25 118.53 -
System Red Green Blue C M Y K H S L
Decimal 180 223 75 0.19 0 0.66 0.13 77.43 0.7 0.58
Hex B4 DF 4B 13 0 42 D 4D 46 3A
Octal 264 337 113 23 0 102 15 115 106 72
Binary 10110100 11011111 1001011 10011 0 1000010 1101 1001101 1000110 111010

Color Harmonies of #B4DF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DF4B

Black with #B4DF4B

Text Example


Text Example

White with #B4DF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DF4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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