Html Css Color HEX #BED64F Conifer

📋 copy color: '#BED64F'

red 190 ◦ green 214 ◦ blue 79

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

Shades of Conifer #BED64F

Tints of Conifer #BED64F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.36%

R = 39.34%
G = 44.31%
B = 16.36%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#BED64F (or 0xBED64F) is known color: Conifer. HEX triplet: BE, D6 and 4F. RGB value is (190,214,79). Sum of RGB (Red+Green+Blue) = 190+214+79=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 79 (31.25% from 255 or 16.36% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #BED64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED64F is #4129B0. Grayscale: #BFBFBF. Windows color (decimal): -4270513 or 5232318. OLE color: 5232318.

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

Color convert

RGB 190 214 79 -
CMYK 0.11 0 0.63 0.16
HSL 70.67º 0.62% 0.57% -
HSV(B) 70.67º 0.63% 0.84% -
XYZ 46.69 59.6 16.44 -
YUV 191.43 64.55 126.98 -
System Red Green Blue C M Y K H S L
Decimal 190 214 79 0.11 0 0.63 0.16 70.67 0.62 0.57
Hex BE D6 4F B 0 3F 10 47 3E 39
Octal 276 326 117 13 0 77 20 107 76 71
Binary 10111110 11010110 1001111 1011 0 111111 10000 1000111 111110 111001

Color Harmonies of #BED64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED64F

Black with #BED64F

Text Example


Text Example

White with #BED64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED64F; }

 p { color: rgb(190,214,79); }

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

background-color css

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

 a { background-color: rgb(190,214,79); }

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

border-color css

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

 span { border-color: rgb(190,214,79); }

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