Html Css Color HEX #B4D648 Conifer

📋 copy color: '#B4D648'

red 180 ◦ green 214 ◦ blue 72

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

Shades of Conifer #B4D648

Tints of Conifer #B4D648

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.92%

 BLUE value IS 72 (28.52% from 255) = 15.45%

R = 38.63%
G = 45.92%
B = 15.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#B4D648 (or 0xB4D648) is known color: Conifer. HEX triplet: B4, D6 and 48. RGB value is (180,214,72). Sum of RGB (Red+Green+Blue) = 180+214+72=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 72 (28.52% from 255 or 15.45% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D648 is #4B29B7. Grayscale: #BCBCBC. Windows color (decimal): -4925880 or 4773556. OLE color: 4773556.

HSL color Cylindrical-coordinate representation of color #B4D648: hue angle of 74.37º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4D648 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 214 72 -
CMYK 0.16 0 0.66 0.16
HSL 74.37º 0.63% 0.56% -
HSV(B) 74.37º 0.66% 0.84% -
XYZ 44.04 58.26 15.06 -
YUV 187.65 62.74 122.55 -
System Red Green Blue C M Y K H S L
Decimal 180 214 72 0.16 0 0.66 0.16 74.37 0.63 0.56
Hex B4 D6 48 10 0 42 10 4A 3F 38
Octal 264 326 110 20 0 102 20 112 77 70
Binary 10110100 11010110 1001000 10000 0 1000010 10000 1001010 111111 111000

Color Harmonies of #B4D648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D648

Black with #B4D648

Text Example


Text Example

White with #B4D648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D648; }

 p { color: rgb(180,214,72); }

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

background-color css

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

 a { background-color: rgb(180,214,72); }

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

border-color css

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

 span { border-color: rgb(180,214,72); }

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