Html Css Color HEX #BED44A Conifer

📋 copy color: '#BED44A'

red 190 ◦ green 212 ◦ blue 74

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

Shades of Conifer #BED44A

Tints of Conifer #BED44A

RGB

 RED value IS 190 (74.61% from 255) = 39.92%

 GREEN value IS 212 (83.2% from 255) = 44.54%

 BLUE value IS 74 (29.3% from 255) = 15.55%

R = 39.92%
G = 44.54%
B = 15.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#BED44A (or 0xBED44A) is known color: Conifer. HEX triplet: BE, D4 and 4A. RGB value is (190,212,74). Sum of RGB (Red+Green+Blue) = 190+212+74=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #BED44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED44A is #412BB5. Grayscale: #BEBEBE. Windows color (decimal): -4271030 or 4904126. OLE color: 4904126.

HSL color Cylindrical-coordinate representation of color #BED44A: hue angle of 69.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BED44A is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 212 74 -
CMYK 0.10 0 0.65 0.17
HSL 69.57º 0.62% 0.56% -
HSV(B) 69.57º 0.65% 0.83% -
XYZ 46.01 58.53 15.35 -
YUV 189.69 62.71 128.22 -
System Red Green Blue C M Y K H S L
Decimal 190 212 74 0.10 0 0.65 0.17 69.57 0.62 0.56
Hex BE D4 4A A 0 41 11 46 3E 38
Octal 276 324 112 12 0 101 21 106 76 70
Binary 10111110 11010100 1001010 1010 0 1000001 10001 1000110 111110 111000

Color Harmonies of #BED44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED44A

Black with #BED44A

Text Example


Text Example

White with #BED44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED44A; }

 p { color: rgb(190,212,74); }

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

background-color css

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

 a { background-color: rgb(190,212,74); }

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

border-color css

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

 span { border-color: rgb(190,212,74); }

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