Html Css Color HEX #B4D647 Conifer

📋 copy color: '#B4D647'

red 180 ◦ green 214 ◦ blue 71

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

Shades of Conifer #B4D647

Tints of Conifer #B4D647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.27%

R = 38.71%
G = 46.02%
B = 15.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#B4D647 (or 0xB4D647) is known color: Conifer. HEX triplet: B4, D6 and 47. RGB value is (180,214,71). Sum of RGB (Red+Green+Blue) = 180+214+71=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 71 (28.12% from 255 or 15.27% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D647 is #4B29B8. Grayscale: #BCBCBC. Windows color (decimal): -4925881 or 4708020. OLE color: 4708020.

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

Color convert

RGB 180 214 71 -
CMYK 0.16 0 0.67 0.16
HSL 74.27º 0.64% 0.56% -
HSV(B) 74.27º 0.67% 0.84% -
XYZ 44.01 58.25 14.89 -
YUV 187.53 62.24 122.63 -
System Red Green Blue C M Y K H S L
Decimal 180 214 71 0.16 0 0.67 0.16 74.27 0.64 0.56
Hex B4 D6 47 10 0 43 10 4A 40 38
Octal 264 326 107 20 0 103 20 112 100 70
Binary 10110100 11010110 1000111 10000 0 1000011 10000 1001010 1000000 111000

Color Harmonies of #B4D647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D647

Black with #B4D647

Text Example


Text Example

White with #B4D647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D647; }

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

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

background-color css

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

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

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

border-color css

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

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

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